Welcome to mirror list, hosted at ThFree Co, Russian Federation.

hy.js « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 46e676b4a4c92e1aed5c77f3083f4d56a98af0a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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);");