diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/l10n/hy.js | 14 | ||||
-rw-r--r-- | apps/files/l10n/hy.json | 14 | ||||
-rw-r--r-- | apps/files_external/l10n/hy.js | 3 | ||||
-rw-r--r-- | apps/files_external/l10n/hy.json | 3 | ||||
-rw-r--r-- | apps/files_trashbin/l10n/hy.js | 4 | ||||
-rw-r--r-- | apps/files_trashbin/l10n/hy.json | 4 | ||||
-rw-r--r-- | apps/files_versions/l10n/hy.js | 3 | ||||
-rw-r--r-- | apps/files_versions/l10n/hy.json | 3 |
8 files changed, 42 insertions, 6 deletions
diff --git a/apps/files/l10n/hy.js b/apps/files/l10n/hy.js index 62bc84d6c7b..ae06fed4cd6 100644 --- a/apps/files/l10n/hy.js +++ b/apps/files/l10n/hy.js @@ -2,17 +2,29 @@ OC.L10N.register( "files", { "Files" : "Ֆայլեր", + "All files" : "Բոլոր ֆայլերը", "Close" : "Փակել", "Download" : "Բեռնել", "Rename" : "Վերանվանել", "Delete" : "Ջնջել", "Select" : "Նշել", + "Error" : "Սխալ", + "Could not rename file" : "Չկարողացա վերանվանել ֆայլը", + "Could not create file" : "Չկարողացա ստեղծել ֆայլը", + "Could not create folder" : "Չկարողացա ստեղծել պանակը", "Name" : "Անուն", "Size" : "Չափս", + "Modified" : "Փոփոխված", + "_%n folder_::_%n folders_" : ["%n պանակ","%n պանակ"], + "_%n file_::_%n files_" : ["%n ֆայլ","%n ֆայլ"], + "{dirs} and {files}" : "{dirs} և {files}", "New" : "Նոր", + "_%n byte_::_%n bytes_" : ["%n բայտ","%n բայտ"], "Folder" : "Պանակ", "New folder" : "Նոր պանակ", "Save" : "Պահպանել", - "Select all" : "Նշել բոլորը" + "Select all" : "Նշել բոլորը", + "Text file" : "Տեքստ ֆայլ", + "New text file.txt" : "Նոր տեքստ ֆայլ.txt" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/hy.json b/apps/files/l10n/hy.json index c5afd306272..4874c47b3a4 100644 --- a/apps/files/l10n/hy.json +++ b/apps/files/l10n/hy.json @@ -1,16 +1,28 @@ { "translations": { "Files" : "Ֆայլեր", + "All files" : "Բոլոր ֆայլերը", "Close" : "Փակել", "Download" : "Բեռնել", "Rename" : "Վերանվանել", "Delete" : "Ջնջել", "Select" : "Նշել", + "Error" : "Սխալ", + "Could not rename file" : "Չկարողացա վերանվանել ֆայլը", + "Could not create file" : "Չկարողացա ստեղծել ֆայլը", + "Could not create folder" : "Չկարողացա ստեղծել պանակը", "Name" : "Անուն", "Size" : "Չափս", + "Modified" : "Փոփոխված", + "_%n folder_::_%n folders_" : ["%n պանակ","%n պանակ"], + "_%n file_::_%n files_" : ["%n ֆայլ","%n ֆայլ"], + "{dirs} and {files}" : "{dirs} և {files}", "New" : "Նոր", + "_%n byte_::_%n bytes_" : ["%n բայտ","%n բայտ"], "Folder" : "Պանակ", "New folder" : "Նոր պանակ", "Save" : "Պահպանել", - "Select all" : "Նշել բոլորը" + "Select all" : "Նշել բոլորը", + "Text file" : "Տեքստ ֆայլ", + "New text file.txt" : "Նոր տեքստ ֆայլ.txt" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files_external/l10n/hy.js b/apps/files_external/l10n/hy.js index 9996681f88b..1092d48d575 100644 --- a/apps/files_external/l10n/hy.js +++ b/apps/files_external/l10n/hy.js @@ -2,11 +2,14 @@ OC.L10N.register( "files_external", { "Personal" : "Անձնական", + "Never" : "Երբեք", + "Username" : "Օգտանուն", "Password" : "Գաղտնաբառ", "URL" : "URL", "Dropbox" : "Dropbox", "Share" : "Կիսվել", "Name" : "Անուն", + "Folder name" : "Պանակի անուն", "Delete" : "Ջնջել" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/hy.json b/apps/files_external/l10n/hy.json index ac5a0edf013..1fecd4f3da1 100644 --- a/apps/files_external/l10n/hy.json +++ b/apps/files_external/l10n/hy.json @@ -1,10 +1,13 @@ { "translations": { "Personal" : "Անձնական", + "Never" : "Երբեք", + "Username" : "Օգտանուն", "Password" : "Գաղտնաբառ", "URL" : "URL", "Dropbox" : "Dropbox", "Share" : "Կիսվել", "Name" : "Անուն", + "Folder name" : "Պանակի անուն", "Delete" : "Ջնջել" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files_trashbin/l10n/hy.js b/apps/files_trashbin/l10n/hy.js index 3cc05b39236..39e49b47ae1 100644 --- a/apps/files_trashbin/l10n/hy.js +++ b/apps/files_trashbin/l10n/hy.js @@ -5,8 +5,10 @@ OC.L10N.register( "Restore" : "Վերականգնել", "Delete" : "Ջնջել", "Delete permanently" : "Ջնջել ընդմիշտ", + "Error" : "Սխալ", "No deleted files" : "Ջնջված ֆայլեր չկան", "Select all" : "Նշել բոլորը", - "Name" : "Անուն" + "Name" : "Անուն", + "Deleted" : "Ջնջված" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_trashbin/l10n/hy.json b/apps/files_trashbin/l10n/hy.json index 994d6afaa58..4bd34056b3f 100644 --- a/apps/files_trashbin/l10n/hy.json +++ b/apps/files_trashbin/l10n/hy.json @@ -3,8 +3,10 @@ "Restore" : "Վերականգնել", "Delete" : "Ջնջել", "Delete permanently" : "Ջնջել ընդմիշտ", + "Error" : "Սխալ", "No deleted files" : "Ջնջված ֆայլեր չկան", "Select all" : "Նշել բոլորը", - "Name" : "Անուն" + "Name" : "Անուն", + "Deleted" : "Ջնջված" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files_versions/l10n/hy.js b/apps/files_versions/l10n/hy.js index 3924810e149..d48487a9a84 100644 --- a/apps/files_versions/l10n/hy.js +++ b/apps/files_versions/l10n/hy.js @@ -2,6 +2,7 @@ OC.L10N.register( "files_versions", { "Versions" : "Տարբերակներ", - "Restore" : "Վերականգնել" + "Restore" : "Վերականգնել", + "No other versions available" : "Այլ տարբերակներ չկան" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_versions/l10n/hy.json b/apps/files_versions/l10n/hy.json index 7f61c267c7c..579b9240310 100644 --- a/apps/files_versions/l10n/hy.json +++ b/apps/files_versions/l10n/hy.json @@ -1,5 +1,6 @@ { "translations": { "Versions" : "Տարբերակներ", - "Restore" : "Վերականգնել" + "Restore" : "Վերականգնել", + "No other versions available" : "Այլ տարբերակներ չկան" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file |