From 4ad4b9768cd8b7e1107de0f9a15c039486c9c793 Mon Sep 17 00:00:00 2001 From: Jenkins for ownCloud Date: Tue, 8 Apr 2014 01:57:51 -0400 Subject: [tx-robot] updated from transifex --- core/l10n/ast.php | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 core/l10n/ast.php (limited to 'core/l10n/ast.php') diff --git a/core/l10n/ast.php b/core/l10n/ast.php new file mode 100644 index 00000000000..57f7cdde791 --- /dev/null +++ b/core/l10n/ast.php @@ -0,0 +1,34 @@ + "Domingu", +"Monday" => "Llunes", +"Tuesday" => "Martes", +"Wednesday" => "Miércoles", +"Thursday" => "Xueves", +"Friday" => "Vienres", +"Saturday" => "Sábadu", +"January" => "Xineru", +"February" => "Febreru", +"March" => "Marzu", +"April" => "Abril", +"May" => "Mayu", +"June" => "Xunu", +"July" => "Xunetu", +"August" => "Agostu", +"September" => "Setiembre", +"October" => "Ochobre", +"November" => "Payares", +"December" => "Avientu", +"_%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("",""), +"Share" => "Compartir", +"group" => "grupu", +"Unshare" => "Dexar de compartir", +"can edit" => "pue editar", +"Delete" => "Desaniciar", +"Personal" => "Personal" +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; -- cgit v1.2.3