diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-10-07 12:21:38 -0400 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-10-07 12:21:38 -0400 |
commit | c655eec3d1866d0e5b75e1a9366f406687b6affc (patch) | |
tree | eb7f54386908fb849d6bac769a1f7aab1c83c49f /core | |
parent | 605ace739802ab72bf7ca01a35178885edb786ed (diff) | |
download | nextcloud-server-c655eec3d1866d0e5b75e1a9366f406687b6affc.tar.gz nextcloud-server-c655eec3d1866d0e5b75e1a9366f406687b6affc.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core')
-rw-r--r-- | core/l10n/ady.php | 9 | ||||
-rw-r--r-- | core/l10n/lt_LT.php | 2 |
2 files changed, 11 insertions, 0 deletions
diff --git a/core/l10n/ady.php b/core/l10n/ady.php new file mode 100644 index 00000000000..ffcdde48d47 --- /dev/null +++ b/core/l10n/ady.php @@ -0,0 +1,9 @@ +<?php +$TRANSLATIONS = array( +"_%n minute ago_::_%n minutes ago_" => array("",""), +"_%n hour ago_::_%n hours ago_" => array("",""), +"_%n day ago_::_%n days ago_" => array("",""), +"_%n month ago_::_%n months ago_" => array("",""), +"_{count} file conflict_::_{count} file conflicts_" => array("","") +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/lt_LT.php b/core/l10n/lt_LT.php index 7d3ce9bec6f..f25b8ab762f 100644 --- a/core/l10n/lt_LT.php +++ b/core/l10n/lt_LT.php @@ -128,6 +128,7 @@ $TRANSLATIONS = array( "Help" => "Pagalba", "Access forbidden" => "Priėjimas draudžiamas", "Cloud not found" => "Negalima rasti", +"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Labas,\n\nInformuojame, kad %s pasidalino su Jumis %s.\nPažiūrėti tai: %s\n", "The share will expire on %s.\n\n" => "Bendrinimo laikas baigsis %s.\n", "Cheers!" => "Sveikinimai!", "Edit categories" => "Redaguoti kategorijas", @@ -160,6 +161,7 @@ $TRANSLATIONS = array( "remember" => "prisiminti", "Log in" => "Prisijungti", "Alternative Logins" => "Alternatyvūs prisijungimai", +"Hey there,<br><br>just letting you know that %s shared »%s« with you.<br><a href=\"%s\">View it!</a><br><br>" => "Labas,<br><br>tik informuojame, kad %s pasidalino su Jumis »%s«.<br><a href=\"%s\">Peržiūrėk!</a><br><br>", "The share will expire on %s.<br><br>" => "Bendrinimo laikas baigsis %s.<br><br>", "Updating ownCloud to version %s, this may take a while." => "Atnaujinama ownCloud į %s versiją. tai gali šiek tiek užtrukti." ); |