diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/l10n/de.php | 2 | ||||
-rw-r--r-- | core/l10n/de_DE.php | 2 | ||||
-rw-r--r-- | core/l10n/pt_PT.php | 6 | ||||
-rw-r--r-- | core/l10n/ru.php | 1 | ||||
-rw-r--r-- | core/l10n/tg_TJ.php | 5 |
5 files changed, 14 insertions, 2 deletions
diff --git a/core/l10n/de.php b/core/l10n/de.php index 67d110c7ea1..ada6e70080d 100644 --- a/core/l10n/de.php +++ b/core/l10n/de.php @@ -88,7 +88,7 @@ $TRANSLATIONS = array( "Send" => "Senden", "Set expiration date" => "Setze ein Ablaufdatum", "Expiration date" => "Ablaufdatum", -"Adding user..." => "Füge Nutzer hinzu...", +"Adding user..." => "Benutzer wird hinzugefügt …", "group" => "Gruppe", "Resharing is not allowed" => "Weiterverteilen ist nicht erlaubt", "Shared in {item} with {user}" => "Für {user} in {item} freigegeben", diff --git a/core/l10n/de_DE.php b/core/l10n/de_DE.php index 8d242a1047c..84d15a31de7 100644 --- a/core/l10n/de_DE.php +++ b/core/l10n/de_DE.php @@ -88,7 +88,7 @@ $TRANSLATIONS = array( "Send" => "Senden", "Set expiration date" => "Ein Ablaufdatum setzen", "Expiration date" => "Ablaufdatum", -"Adding user..." => "Füge Nutzer hinzu...", +"Adding user..." => "Benutzer wird hinzugefügt …", "group" => "Gruppe", "Resharing is not allowed" => "Das Weiterverteilen ist nicht erlaubt", "Shared in {item} with {user}" => "Freigegeben in {item} von {user}", diff --git a/core/l10n/pt_PT.php b/core/l10n/pt_PT.php index d6a940f6cfd..67bca0bb43c 100644 --- a/core/l10n/pt_PT.php +++ b/core/l10n/pt_PT.php @@ -87,6 +87,7 @@ $TRANSLATIONS = array( "Send" => "Enviar", "Set expiration date" => "Especificar data de expiração", "Expiration date" => "Data de expiração", +"Adding user..." => "A adicionar utilizador...", "group" => "grupo", "Resharing is not allowed" => "Não é permitido partilhar de novo", "Shared in {item} with {user}" => "Partilhado em {item} com {user}", @@ -148,6 +149,11 @@ $TRANSLATIONS = array( "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Olá,\n\napenas para informar que %s partilhou »%s« consigo.\nConsulte aqui: %s\n", "The share will expire on %s." => "Esta partilha vai expirar em %s.", "Cheers!" => "Parabéns!", +"The server encountered an internal error and was unable to complete your request." => "O servidor encontrou um erro interno e não conseguiu concluir o seu pedido.", +"Technical details" => "Detalhes técnicos", +"Remote Address: %s" => "Endereço remoto: %s", +"Message: %s" => "Mensagem: %s", +"File: %s" => "Ficheiro: %s", "Security Warning" => "Aviso de Segurança", "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "A sua versão do PHP é vulnerável ao ataque Byte Null (CVE-2006-7243)", "Please update your PHP installation to use %s securely." => "Por favor atualize a sua versão PHP instalada para usar o %s com segurança.", diff --git a/core/l10n/ru.php b/core/l10n/ru.php index ce8ab0ea96f..3528de072a2 100644 --- a/core/l10n/ru.php +++ b/core/l10n/ru.php @@ -88,6 +88,7 @@ $TRANSLATIONS = array( "Send" => "Отправить", "Set expiration date" => "Установить срок доступа", "Expiration date" => "Дата окончания", +"Adding user..." => "Добавляем пользователя...", "group" => "группа", "Resharing is not allowed" => "Общий доступ не разрешен", "Shared in {item} with {user}" => "Общий доступ к {item} с {user}", diff --git a/core/l10n/tg_TJ.php b/core/l10n/tg_TJ.php new file mode 100644 index 00000000000..aff098dff1f --- /dev/null +++ b/core/l10n/tg_TJ.php @@ -0,0 +1,5 @@ +<?php +$TRANSLATIONS = array( +"_{count} file conflict_::_{count} file conflicts_" => array("","") +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |