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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2014-04-09 09:56:49 +0400
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2014-04-09 09:56:49 +0400
commit796f71954847681f85038c8c27b178dc8f2e0895 (patch)
tree1a941ef324191a7bbb1c836345db528d10d425c8 /lib/l10n/ast.php
parent1a09d64a77251fefbf742850744ebc9ee4460cbd (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/ast.php')
-rw-r--r--lib/l10n/ast.php17
1 files changed, 13 insertions, 4 deletions
diff --git a/lib/l10n/ast.php b/lib/l10n/ast.php
index 1e4f406b85a..6b76d8126ee 100644
--- a/lib/l10n/ast.php
+++ b/lib/l10n/ast.php
@@ -1,9 +1,18 @@
<?php
$TRANSLATIONS = array(
"Personal" => "Personal",
-"_%n minute ago_::_%n minutes ago_" => array("",""),
-"_%n hour ago_::_%n hours ago_" => array("",""),
-"_%n day go_::_%n days ago_" => array("",""),
-"_%n month ago_::_%n months ago_" => array("","")
+"Settings" => "Axustes",
+"Files" => "Ficheros",
+"Text" => "Testu",
+"seconds ago" => "fai segundos",
+"_%n minute ago_::_%n minutes ago_" => array("","fai %n minutos"),
+"_%n hour ago_::_%n hours ago_" => array("","fai %n hores"),
+"today" => "güei",
+"yesterday" => "ayeri",
+"_%n day go_::_%n days ago_" => array("","fai %n díes"),
+"last month" => "mes caberu",
+"_%n month ago_::_%n months ago_" => array("","fai %n meses"),
+"last year" => "añu caberu",
+"years ago" => "fai años"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";