Romanian language translation sync and enabling

This commit is contained in:
Roberto Rosario
2014-06-21 00:23:30 -04:00
parent 076797ff24
commit cf49f64676
59 changed files with 7720 additions and 2 deletions

View File

@@ -0,0 +1,317 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Badea Gabriel <gcbadea@gmail.com>, 2013
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-12 01:49-0400\n"
"PO-Revision-Date: 2013-02-10 17:10+0000\n"
"Last-Translator: Badea Gabriel <gcbadea@gmail.com>\n"
"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/mayan-edms/language/ro_RO/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ro_RO\n"
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
#: forms.py:50
msgid "Bootstrap setup file"
msgstr "Bootstrap configurare fișier"
#: forms.py:56
msgid "Bootstrap setup URL"
msgstr "Bootstrap configurarea URL"
#: links.py:11
msgid "bootstrap"
msgstr "bootstrap"
#: links.py:12
msgid "bootstrap setup list"
msgstr "bootstrap configurare listă"
#: links.py:13
msgid "create new bootstrap setup"
msgstr "configurare a crea bootstrap nou"
#: links.py:14
msgid "edit"
msgstr "editează"
#: links.py:15
msgid "delete"
msgstr "șterge"
#: links.py:16
msgid "details"
msgstr "detalii"
#: links.py:17
msgid "execute"
msgstr "executa"
#: links.py:18
msgid "dump current setup"
msgstr "dump current setup"
#: links.py:19
msgid "export"
msgstr "export"
#: links.py:20
msgid "import from file"
msgstr "importa dintr-un fișier"
#: links.py:21
msgid "import from URL"
msgstr "importa de la URL"
#: links.py:22
msgid "sync with repository"
msgstr "sincronizarea cu repository"
#: links.py:23
msgid "erase database"
msgstr "ștergere de date"
#: literals.py:20
msgid "JSON"
msgstr "JSON"
#: literals.py:63
msgid "YAML"
msgstr "YAML"
#: literals.py:64
msgid "Better YAML"
msgstr "Better YAML"
#: models.py:30
msgid "name"
msgstr "nume"
#: models.py:31
msgid "slug"
msgstr "stăvili"
#: models.py:32 views.py:34
msgid "description"
msgstr "descriere"
#: models.py:33
msgid "fixture"
msgstr "accesoriu"
#: models.py:33
msgid "These are the actual database structure creation instructions."
msgstr "Acestea sunt reale structura instrucțiunile de crearea bazei de date."
#: models.py:34 views.py:35
msgid "type"
msgstr "tip"
#: models.py:35
msgid "creation date and time"
msgstr "data și ora creării"
#: models.py:104 views.py:90 views.py:119 views.py:144 views.py:172
msgid "bootstrap setup"
msgstr "bootstrap setup"
#: models.py:105 views.py:31
msgid "bootstrap setups"
msgstr "bootstrap setari"
#: permissions.py:7
msgid "Database bootstrap"
msgstr "Baza de date bootstrap"
#: permissions.py:9
msgid "View bootstrap setups"
msgstr "Vezi setari bootstrap"
#: permissions.py:10
msgid "Create bootstrap setups"
msgstr "Creați setari bootstrap"
#: permissions.py:11
msgid "Edit bootstrap setups"
msgstr "Editați setări bootstrap"
#: permissions.py:12
msgid "Delete bootstrap setups"
msgstr "Ștergeți setari bootstrap"
#: permissions.py:13
msgid "Execute bootstrap setups"
msgstr "Executare setari bootstrap"
#: permissions.py:14
msgid "Dump the current project\\s setup into a bootstrap setup"
msgstr "Dump proiectul curent \\ setup e într-o configurare bootstrap"
#: permissions.py:15
msgid "Export bootstrap setups as files"
msgstr "Export setări bootstrap ca fișiere"
#: permissions.py:16
msgid "Import new bootstrap setups"
msgstr "Importul setari noi bootstrap"
#: permissions.py:17
msgid "Sync the local bootstrap setups with a published repository"
msgstr "Sincroniza setări locale bootstrap, cu un repository"
#: permissions.py:18
msgid "Erase the entire database and document storage"
msgstr "Ștergeți întreaga bază de date și arhiva de documente"
#: registry.py:7
msgid "Bootstrap"
msgstr "Bootstrap"
#: registry.py:8
msgid "Provides pre configured setups for indexes, document types, tags, etc."
msgstr "Oferă setări pre configurate pentru indicii, tipuri de documente, tag-uri, etc"
#: views.py:50
msgid "Bootstrap setup created successfully"
msgstr "Configurarea bootstrap creat cu succes"
#: views.py:53
msgid "Error creating bootstrap setup."
msgstr "Eroare la crearea de configurare bootstrap."
#: views.py:58
msgid "create bootstrap"
msgstr "creați bootstrap"
#: views.py:78
msgid "Bootstrap setup edited successfully"
msgstr "Configurarea bootstrap fost editat cu succes"
#: views.py:81
msgid "Error editing bootstrap setup."
msgstr "Eroare editare de configurare bootstrap."
#: views.py:86
#, python-format
msgid "edit bootstrap setup: %s"
msgstr "edit configurare bootstrap:% s"
#: views.py:111
#, python-format
msgid "Bootstrap setup: %s deleted successfully."
msgstr "Configurare bootstrap:% s eliminat cu succes."
#: views.py:113
#, python-format
msgid "Bootstrap setup: %(bootstrap)s, delete error: %(error)s"
msgstr "Configurare bootstrap:%(bootstrap)s, de ștergere de eroare:%(error)s"
#: views.py:124
#, python-format
msgid "Are you sure you with to delete the bootstrap setup: %s?"
msgstr "Ești sigur că vă să ștergeți setarea bootstrap:% s?"
#: views.py:164
msgid ""
"Cannot execute bootstrap setup, there is existing data. Erase all data and "
"try again."
msgstr "Nu se poate executa configurarea bootstrap, nu există date existente. Șterge toate datele și încercați din nou."
#: views.py:166
#, python-format
msgid "Error executing bootstrap setup; %s"
msgstr "Configurarea bootstrap eroare de executare;% s"
#: views.py:168
#, python-format
msgid "Bootstrap setup \"%s\" executed successfully."
msgstr "Bootstrap setup \"%s\" executed successfully."
#: views.py:180
#, python-format
msgid ""
"Are you sure you wish to execute the database bootstrap setup named: %s?"
msgstr "Sunteți sigur că doriți să executați configurarea bazei de date bootstrap numit:% s?"
#: views.py:196
#, python-format
msgid "Error dumping configuration into a bootstrap setup; %s"
msgstr "Eroare de configurare dumping într-o configurare bootstrap;% s"
#: views.py:200
msgid "Bootstrap setup created successfully."
msgstr "Configurarea bootstrap creat cu succes."
#: views.py:206
msgid "dump current configuration into a bootstrap setup"
msgstr "utilitară benă configurației actuale într-o configurare bootstrap"
#: views.py:240 views.py:268
msgid "Bootstrap setup imported successfully."
msgstr "Configurarea bootstrap importat cu succes."
#: views.py:243
msgid "File is not a bootstrap setup."
msgstr "File is not a bootstrap setup."
#: views.py:245
#, python-format
msgid "Error importing bootstrap setup from file; %s."
msgstr "Error importing bootstrap setup from file; %s."
#: views.py:251
msgid "Import bootstrap setup from file"
msgstr "Import bootstrap setup from file"
#: views.py:271
msgid "Data from URL is not a bootstrap setup."
msgstr "Data from URL is not a bootstrap setup."
#: views.py:273
#, python-format
msgid "Error importing bootstrap setup from URL; %s."
msgstr "Error importing bootstrap setup from URL; %s."
#: views.py:279
msgid "Import bootstrap setup from URL"
msgstr "Import bootstrap setup from URL"
#: views.py:298
#, python-format
msgid "Error erasing database; %s"
msgstr "Baza de date Eroare ștergere;% s"
#: views.py:300
msgid "Database erased successfully."
msgstr "Baza de date șterse cu succes."
#: views.py:310
msgid ""
"Are you sure you wish to erase the entire database and document storage?"
msgstr "Sunteți sigur că doriți să ștergeți întreaga bază de date și stocare a documentelor?"
#: views.py:311
msgid ""
"All documents, sources, metadata, metadata types, set, tags, indexes and "
"logs will be lost irreversibly!"
msgstr "Toate documentele, surse, metadate, tipuri de metadate, set, tag-uri, indici și bușteni vor fi pierdute ireversibil!"
#: views.py:328
msgid "Bootstrap repository successfully synchronized."
msgstr "Bootstrap repository successfully synchronized."
#: views.py:330
#, python-format
msgid "Bootstrap repository synchronization error: %(error)s"
msgstr "Bootstrap repository synchronization error: %(error)s"
#: views.py:337
msgid "Are you sure you wish to synchronize with the bootstrap repository?"
msgstr "Are you sure you wish to synchronize with the bootstrap repository?"