16 строки
1012 B
JavaScript
16 строки
1012 B
JavaScript
OC.L10N.register(
|
|
"files_texteditor",
|
|
{
|
|
"Saved" : "Պահված",
|
|
"There was a problem saving your changes. Click to resume editing." : "Խնդիր եղավ փոփոխությունները պահելիս։ Կտտացրու խմբագրումը շարունակելու համար։",
|
|
"An error occurred!" : "Սխալ պատահեց",
|
|
"Edit" : "մշակել",
|
|
"New text file.txt" : "Նոր տեքստ ֆայլ.txt",
|
|
"This file is too big to be opened. Please download the file instead." : "Ֆայլը չափից ավելի մեծ է բացելու համար։ Փոխարենը ներբեռնիր խնդրում եմ:",
|
|
"Cannot read the file." : "Չկարողացա կարդալ ֆայլը։",
|
|
"Invalid file path supplied." : "Անվավեր ֆայլի հասցե է տրամադրված։",
|
|
"The file is locked." : "Ֆայլը կողպած է։",
|
|
"An internal server error occurred." : "Սերվերի ներքին սխալ։"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|