diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-09-30 01:55:11 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-09-30 01:55:11 -0400 |
commit | 5292a14cdfa9efe6d9220b341f3261fe72c39b17 (patch) | |
tree | 17f460cbcd9efdc18cc4a1d6d207077e4f71b388 /lib | |
parent | 659b9fc0308d30b141e6ed66e52b822e76393756 (diff) | |
download | nextcloud-server-5292a14cdfa9efe6d9220b341f3261fe72c39b17.tar.gz nextcloud-server-5292a14cdfa9efe6d9220b341f3261fe72c39b17.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib')
-rw-r--r-- | lib/l10n/pt_PT.php | 1 | ||||
-rw-r--r-- | lib/l10n/tg_TJ.php | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/lib/l10n/pt_PT.php b/lib/l10n/pt_PT.php index 6351dcde734..20cfef8a2cb 100644 --- a/lib/l10n/pt_PT.php +++ b/lib/l10n/pt_PT.php @@ -50,6 +50,7 @@ $TRANSLATIONS = array( "PostgreSQL username and/or password not valid" => "Nome de utilizador/password do PostgreSQL inválido", "Set an admin username." => "Definir um nome de utilizador de administrador", "Set an admin password." => "Definiar uma password de administrador", +"Can't create or write into the data directory %s" => "Não é possível criar ou escrever a directoria data %s", "%s shared »%s« with you" => "%s partilhado »%s« consigo", "Sharing %s failed, because the file does not exist" => "A partilha de %s falhou, porque o ficheiro não existe", "You are not allowed to share %s" => "Não está autorizado a partilhar %s", diff --git a/lib/l10n/tg_TJ.php b/lib/l10n/tg_TJ.php new file mode 100644 index 00000000000..15f78e0bce6 --- /dev/null +++ b/lib/l10n/tg_TJ.php @@ -0,0 +1,8 @@ +<?php +$TRANSLATIONS = array( +"_%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("","") +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |