summaryrefslogtreecommitdiffstats
path: root/core/l10n
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2014-03-26 01:56:21 -0400
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2014-03-26 01:56:21 -0400
commit75d8de378cd355671c310bcb62c35504a5c03f0a (patch)
tree9687cd02e73a92b27bb4c1ec22cb0eaffd625c69 /core/l10n
parent743ca4581dc6cb5fcb6e7a3013f36293061266fb (diff)
downloadnextcloud-server-75d8de378cd355671c310bcb62c35504a5c03f0a.tar.gz
nextcloud-server-75d8de378cd355671c310bcb62c35504a5c03f0a.zip
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n')
-rw-r--r--core/l10n/am_ET.php9
-rw-r--r--core/l10n/ca.php3
2 files changed, 12 insertions, 0 deletions
diff --git a/core/l10n/am_ET.php b/core/l10n/am_ET.php
new file mode 100644
index 00000000000..ffcdde48d47
--- /dev/null
+++ b/core/l10n/am_ET.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/ca.php b/core/l10n/ca.php
index c696d1f0e6f..0a658d515d9 100644
--- a/core/l10n/ca.php
+++ b/core/l10n/ca.php
@@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
+"Expiration date is in the past." => "La data de venciment és en el passat.",
"Couldn't send mail to following users: %s " => "No s'ha pogut enviar correu als usuaris següents: %s",
"Turned on maintenance mode" => "Activat el mode de manteniment",
"Turned off maintenance mode" => "Desactivat el mode de manteniment",
@@ -121,6 +122,8 @@ $TRANSLATIONS = array(
"To login page" => "A la pàgina d'inici de sessió",
"New password" => "Contrasenya nova",
"Reset password" => "Reinicialitza la contrasenya",
+"Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " => "Mac OS X no té suport i %s no funcionarà correctament en aquesta plataforma. Useu-ho al vostre risc!",
+"For the best results, please consider using a GNU/Linux server instead." => "Per millors resultats, millor considereu utilitzar un servidor GNU/Linux.",
"Personal" => "Personal",
"Users" => "Usuaris",
"Apps" => "Aplicacions",