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

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2016-03-05 10:11:22 +0300
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2016-03-05 10:11:22 +0300
commit5db35d521621098163a3dfd7594468aa7638a532 (patch)
tree551008e16d9a914f3489ad5552d2d17306d58dd3 /l10n/hy.php
parentfb5d5ae809efc9bcec6754f4a78f807d72d3a0cb (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n/hy.php')
-rw-r--r--l10n/hy.php22
1 files changed, 19 insertions, 3 deletions
diff --git a/l10n/hy.php b/l10n/hy.php
index dd419df..3c2dc09 100644
--- a/l10n/hy.php
+++ b/l10n/hy.php
@@ -1,4 +1,20 @@
-<?php $TRANSLATIONS = array(
-"Save" => "Պահպանել",
-"Close" => "Փակել"
+<?php
+$TRANSLATIONS = array(
+"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." => "Սերվերի ներքին սխալ։",
+"Cannot save file as it has been modified since opening" => "Չեմ կարող պահել ֆայլը, քանի որ այն բացելուց հետո փոփոխվել է",
+"File path not supplied" => "Ֆայլի հասցեն տրամադրված չէ",
+"File mtime not supplied" => "Ֆայլի mtimeը տրամադրված չէ",
+"saving..." => "պահում եմ...",
+"saved!" => "պահվե՛ց",
+"failed!" => "ձախողվե՛ց",
+"Saved" => "Պահված",
+"There was a problem saving your changes. Click to resume editing." => "Խնդիր եղավ փոփոխությունները պահելիս։ Կտտացրու խմբագրումը շարունակելու համար։",
+"An error occurred!" => "Սխալ պատահեց",
+"Text file" => "Տեքստ ֆայլ",
+"New text file.txt" => "Նոր տեքստ ֆայլ.txt"
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";