Romanian language translation sync and enabling
This commit is contained in:
BIN
mayan/apps/document_indexing/locale/ro_RO/LC_MESSAGES/django.mo
Normal file
BIN
mayan/apps/document_indexing/locale/ro_RO/LC_MESSAGES/django.mo
Normal file
Binary file not shown.
382
mayan/apps/document_indexing/locale/ro_RO/LC_MESSAGES/django.po
Normal file
382
mayan/apps/document_indexing/locale/ro_RO/LC_MESSAGES/django.po
Normal file
@@ -0,0 +1,382 @@
|
||||
# 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:48-0400\n"
|
||||
"PO-Revision-Date: 2013-02-10 21:18+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"
|
||||
|
||||
#: __init__.py:31 __init__.py:46 __init__.py:48 models.py:64 views.py:39
|
||||
#: views.py:310
|
||||
msgid "indexes"
|
||||
msgstr "index"
|
||||
|
||||
#: __init__.py:32 __init__.py:43
|
||||
msgid "index list"
|
||||
msgstr "Listă index"
|
||||
|
||||
#: __init__.py:33 views.py:78
|
||||
msgid "create index"
|
||||
msgstr "crează index"
|
||||
|
||||
#: __init__.py:34 __init__.py:40
|
||||
msgid "edit"
|
||||
msgstr "editeză"
|
||||
|
||||
#: __init__.py:35 __init__.py:41
|
||||
msgid "delete"
|
||||
msgstr "șterge"
|
||||
|
||||
#: __init__.py:36
|
||||
msgid "tree template"
|
||||
msgstr "șablon structura"
|
||||
|
||||
#: __init__.py:37 models.py:21 views.py:314
|
||||
msgid "document types"
|
||||
msgstr "tipuri de documente"
|
||||
|
||||
#: __init__.py:39
|
||||
msgid "new child node"
|
||||
msgstr "nod nou"
|
||||
|
||||
#: __init__.py:45
|
||||
msgid "go up one level"
|
||||
msgstr "un nivel mai sus"
|
||||
|
||||
#: __init__.py:50
|
||||
msgid "rebuild indexes"
|
||||
msgstr "reconstruire index"
|
||||
|
||||
#: __init__.py:50
|
||||
msgid "Deletes and creates from scratch all the document indexes."
|
||||
msgstr "Șterge și creează de la zero toate indexurile de documente."
|
||||
|
||||
#: __init__.py:52
|
||||
msgid "Indexes"
|
||||
msgstr "Indexuri"
|
||||
|
||||
#: api.py:71
|
||||
#, python-format
|
||||
msgid "Maximum suffix (%s) count reached."
|
||||
msgstr "Maximum suffix (%s) atins."
|
||||
|
||||
#: api.py:85
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Error in document indexing update expression: %(expression)s; %(exception)s"
|
||||
msgstr "Eroare în exprimare actualizare documentul de indexare: %(expression)s; %(exception)s"
|
||||
|
||||
#: api.py:94 api.py:109
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Error updating document index, expression: %(expression)s; %(exception)s"
|
||||
msgstr "Eroare la actualizarea indicele documentului, expresia: %(expression)s; %(exception)s"
|
||||
|
||||
#: api.py:151
|
||||
#, python-format
|
||||
msgid "Unable to delete document indexing node; %s"
|
||||
msgstr "Imposibil de șters indexarea nod document;% s"
|
||||
|
||||
#: filesystem.py:51
|
||||
#, python-format
|
||||
msgid "Unable to create indexing directory; %s"
|
||||
msgstr "Nu se poate crea directorul indexare;% s"
|
||||
|
||||
#: filesystem.py:69
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Unable to create symbolic link, file exists and could not be deleted: "
|
||||
"%(filepath)s; %(exc)s"
|
||||
msgstr "Imposibil de a crea link-ul simbolic, fișierul există și nu a putut fi șters: %(filepath)s; %(exc)s"
|
||||
|
||||
#: filesystem.py:71
|
||||
#, python-format
|
||||
msgid "Unable to create symbolic link: %(filepath)s; %(exc)s"
|
||||
msgstr "Imposibil de a crea link-ul simbolic:%(filepath)s; %(exc)s"
|
||||
|
||||
#: filesystem.py:84
|
||||
#, python-format
|
||||
msgid "Unable to delete document symbolic link; %s"
|
||||
msgstr "Imposibil de șters link de document simbolic;% s"
|
||||
|
||||
#: filesystem.py:96
|
||||
#, python-format
|
||||
msgid "Unable to delete indexing directory; %s"
|
||||
msgstr "Imposibil de șters directorul indexare;% s"
|
||||
|
||||
#: models.py:14
|
||||
#, python-format
|
||||
msgid "Available functions: %s"
|
||||
msgstr "Funcții disponibile:% s"
|
||||
|
||||
#: models.py:18 views.py:43
|
||||
msgid "name"
|
||||
msgstr "nume"
|
||||
|
||||
#: models.py:18
|
||||
msgid "Internal name used to reference this index."
|
||||
msgstr "Numele intern utilizat pentru a face referire la acest index."
|
||||
|
||||
#: models.py:19 views.py:44
|
||||
msgid "title"
|
||||
msgstr "titlu"
|
||||
|
||||
#: models.py:19
|
||||
msgid "The name that will be visible to users."
|
||||
msgstr "Numele care va fi vizibil pentru utilizatori."
|
||||
|
||||
#: models.py:20 models.py:72 views.py:45 views.py:169
|
||||
msgid "enabled"
|
||||
msgstr "activată"
|
||||
|
||||
#: models.py:20
|
||||
msgid ""
|
||||
"Causes this index to be visible and updated when document data changes."
|
||||
msgstr "Cauză pentru acest index să fie vizibil și actualizat când documentul suferă schimbări."
|
||||
|
||||
#: models.py:63 models.py:69 views.py:105 views.py:136 views.py:162
|
||||
#: views.py:198 views.py:225 views.py:255 views.py:295
|
||||
msgid "index"
|
||||
msgstr "index"
|
||||
|
||||
#: models.py:70
|
||||
msgid "indexing expression"
|
||||
msgstr "expresie indexare "
|
||||
|
||||
#: models.py:70
|
||||
msgid "Enter a python string expression to be evaluated."
|
||||
msgstr "Introduceți o expresie șir python care urmează să fie evaluate."
|
||||
|
||||
#: models.py:72
|
||||
msgid "Causes this node to be visible and updated when document data changes."
|
||||
msgstr "Cauză pentru ca acest nod să fie vizibil și actualizat atunci când datele documentului se modifică."
|
||||
|
||||
#: models.py:73
|
||||
msgid "link documents"
|
||||
msgstr "link documente"
|
||||
|
||||
#: models.py:73
|
||||
msgid ""
|
||||
"Check this option to have this node act as a container for documents and not"
|
||||
" as a parent for further nodes."
|
||||
msgstr "Bifați această opțiune pentru a avea acest nod ca un container pentru documente și nu ca un părinte pentru nodurile suplimentare."
|
||||
|
||||
#: models.py:83 models.py:89
|
||||
msgid "index template node"
|
||||
msgstr "Index șablon nod"
|
||||
|
||||
#: models.py:84
|
||||
msgid "indexes template nodes"
|
||||
msgstr "șablon nod index"
|
||||
|
||||
#: models.py:90
|
||||
msgid "value"
|
||||
msgstr "valoare"
|
||||
|
||||
#: models.py:91
|
||||
msgid "documents"
|
||||
msgstr "documente"
|
||||
|
||||
#: models.py:101
|
||||
msgid "index instance node"
|
||||
msgstr "Index exemplu nodul"
|
||||
|
||||
#: models.py:102
|
||||
msgid "indexes instance nodes"
|
||||
msgstr "index instanță noduri"
|
||||
|
||||
#: models.py:106
|
||||
msgid "index instance"
|
||||
msgstr "instanţă index"
|
||||
|
||||
#: models.py:107
|
||||
msgid "document"
|
||||
msgstr "document"
|
||||
|
||||
#: models.py:114
|
||||
msgid "document rename count"
|
||||
msgstr "numarul de redenumiri a documentului"
|
||||
|
||||
#: models.py:115
|
||||
msgid "documents rename count"
|
||||
msgstr "numarul de redenumiri ale documentelor"
|
||||
|
||||
#: permissions.py:7
|
||||
msgid "Indexing"
|
||||
msgstr "Indexare"
|
||||
|
||||
#: permissions.py:9
|
||||
msgid "Configure document indexes"
|
||||
msgstr "Configurați un index de documente"
|
||||
|
||||
#: permissions.py:10
|
||||
msgid "Create new document indexes"
|
||||
msgstr "Creați un nou index de documente"
|
||||
|
||||
#: permissions.py:11
|
||||
msgid "Edit document indexes"
|
||||
msgstr "Editați indexul de documente"
|
||||
|
||||
#: permissions.py:12
|
||||
msgid "Delete document indexes"
|
||||
msgstr "Ștergeți indexul de documente"
|
||||
|
||||
#: permissions.py:14
|
||||
msgid "View document indexes"
|
||||
msgstr "Vezi indexul de documente"
|
||||
|
||||
#: permissions.py:15
|
||||
msgid "Rebuild document indexes"
|
||||
msgstr "Reconstruire index documente"
|
||||
|
||||
#: utils.py:19
|
||||
msgid "document indexes"
|
||||
msgstr "indexuri documente"
|
||||
|
||||
#: views.py:72
|
||||
msgid "Index created successfully."
|
||||
msgstr "Index creat cu succes."
|
||||
|
||||
#: views.py:96
|
||||
msgid "Index edited successfully"
|
||||
msgstr "Indexul a fost editat cu succes"
|
||||
|
||||
#: views.py:102
|
||||
#, python-format
|
||||
msgid "edit index: %s"
|
||||
msgstr "editează indexul:% s"
|
||||
|
||||
#: views.py:127
|
||||
#, python-format
|
||||
msgid "Index: %s deleted successfully."
|
||||
msgstr "Index:% s eliminat cu succes."
|
||||
|
||||
#: views.py:129
|
||||
#, python-format
|
||||
msgid "Index: %(index)s delete error: %(error)s"
|
||||
msgstr "eroare de ștergere %(error)s a indexului:%(index)s"
|
||||
|
||||
#: views.py:141
|
||||
#, python-format
|
||||
msgid "Are you sure you with to delete the index: %s?"
|
||||
msgstr "Ești sigur că vă să ștergeți indexul: % s?"
|
||||
|
||||
#: views.py:165
|
||||
#, python-format
|
||||
msgid "tree template nodes for index: %s"
|
||||
msgstr "noduri șablon pentru index:% s"
|
||||
|
||||
#: views.py:168
|
||||
msgid "level"
|
||||
msgstr "nivel"
|
||||
|
||||
#: views.py:170
|
||||
msgid "has document links?"
|
||||
msgstr "are legături de documente?"
|
||||
|
||||
#: views.py:192
|
||||
#, python-format
|
||||
msgid "document types not in index: %s"
|
||||
msgstr "tipuri de documente care nu sunt în index:% s"
|
||||
|
||||
#: views.py:193
|
||||
#, python-format
|
||||
msgid "document types for index: %s"
|
||||
msgstr "tipuri de documente pentru index:% s"
|
||||
|
||||
#: views.py:216
|
||||
msgid "Index template node created successfully."
|
||||
msgstr "Nodul șablon index creat cu succes."
|
||||
|
||||
#: views.py:222
|
||||
msgid "create child node"
|
||||
msgstr "creați nodul copil"
|
||||
|
||||
#: views.py:243
|
||||
msgid "Index template node edited successfully"
|
||||
msgstr "Nod șablon index a fost editat cu succes"
|
||||
|
||||
#: views.py:249
|
||||
#, python-format
|
||||
msgid "edit index template node: %s"
|
||||
msgstr "editare șablon nod index:% s"
|
||||
|
||||
#: views.py:256 views.py:296 views.py:365
|
||||
msgid "node"
|
||||
msgstr "nod"
|
||||
|
||||
#: views.py:278
|
||||
#, python-format
|
||||
msgid "Node: %s deleted successfully."
|
||||
msgstr "Nod:% s eliminat cu succes."
|
||||
|
||||
#: views.py:280
|
||||
#, python-format
|
||||
msgid "Node: %(node)s delete error: %(error)s"
|
||||
msgstr "eroare de ștergere %(error)s pentru nodul :%(node)s"
|
||||
|
||||
#: views.py:289
|
||||
#, python-format
|
||||
msgid "Are you sure you with to delete the index template node: %s?"
|
||||
msgstr "Ești sigur că vă să ștergeți nodul șablon al indexului: % s?"
|
||||
|
||||
#: views.py:313
|
||||
msgid "nodes"
|
||||
msgstr "noduri"
|
||||
|
||||
#: views.py:347
|
||||
#, python-format
|
||||
msgid "contents for index: %s"
|
||||
msgstr "conținutul de index:% s"
|
||||
|
||||
#: views.py:369
|
||||
msgid "items"
|
||||
msgstr "articole"
|
||||
|
||||
#: views.py:394
|
||||
msgid "Are you sure you wish to rebuild all indexes?"
|
||||
msgstr "Sunteți sigur că doriți să reconstruiți toate indexurile?"
|
||||
|
||||
#: views.py:395
|
||||
msgid "On large databases this operation may take some time to execute."
|
||||
msgstr "Pe baze de date mari, această operație poate dura ceva timp pentru a executa."
|
||||
|
||||
#: views.py:401
|
||||
msgid "Index rebuild completed successfully."
|
||||
msgstr "Reconstruire index finalizat cu succes."
|
||||
|
||||
#: views.py:408
|
||||
#, python-format
|
||||
msgid "Index rebuild error: %s"
|
||||
msgstr "Index reconstrui eroare:% s"
|
||||
|
||||
#: views.py:431
|
||||
#, python-format
|
||||
msgid "indexes containing: %s"
|
||||
msgstr "index care conține:% s"
|
||||
|
||||
#: conf/settings.py:22
|
||||
msgid ""
|
||||
"A dictionary that maps the index name and where on the filesystem that index"
|
||||
" will be mirrored."
|
||||
msgstr "Un dicționar care mapează numele index și în cazul în care sistemul de fișiere pe care indicele va fi oglindit."
|
||||
|
||||
#: templates/indexing_help.html:3
|
||||
msgid "What are indexes?"
|
||||
msgstr "Ce este un index?"
|
||||
|
||||
#: templates/indexing_help.html:4
|
||||
msgid "Indexes group documents into a tree like hierarchical structure."
|
||||
msgstr "Un index reprezinta gruparea documentele într-o structură arboreştentă ierarhică."
|
||||
Reference in New Issue
Block a user