diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-12-09 06:40:22 -0500 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-12-09 06:40:22 -0500 |
commit | 6aab1ebf446790ee31a306d55ce2747a56a66f1c (patch) | |
tree | c6cbf1d76b9a013ccf9b65d394792045912831d0 /core/l10n | |
parent | bc3650e48c7ec4f05794c2bd98a90cca3090f1e3 (diff) | |
download | nextcloud-server-6aab1ebf446790ee31a306d55ce2747a56a66f1c.tar.gz nextcloud-server-6aab1ebf446790ee31a306d55ce2747a56a66f1c.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n')
-rw-r--r-- | core/l10n/az.php | 9 | ||||
-rw-r--r-- | core/l10n/de.php | 1 | ||||
-rw-r--r-- | core/l10n/de_DE.php | 1 | ||||
-rw-r--r-- | core/l10n/fi_FI.php | 1 | ||||
-rw-r--r-- | core/l10n/gl.php | 1 | ||||
-rw-r--r-- | core/l10n/it.php | 1 | ||||
-rw-r--r-- | core/l10n/pt_BR.php | 1 | ||||
-rw-r--r-- | core/l10n/tr.php | 1 |
8 files changed, 16 insertions, 0 deletions
diff --git a/core/l10n/az.php b/core/l10n/az.php new file mode 100644 index 00000000000..dbedde7e637 --- /dev/null +++ b/core/l10n/az.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=1; plural=0;"; diff --git a/core/l10n/de.php b/core/l10n/de.php index 2d2e1ecdd76..9904aeb803c 100644 --- a/core/l10n/de.php +++ b/core/l10n/de.php @@ -154,6 +154,7 @@ $TRANSLATIONS = array( "Database host" => "Datenbank-Host", "Finish setup" => "Installation abschließen", "Finishing …" => "Abschließen ...", +"This application requires JavaScript to be enabled for correct operation. Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and re-load this interface." => "Diese Anwendung benötigt ein aktiviertes JavaScript zum korrekten Betrieb. Bitte <a href=\"http://enable-javascript.com/\" target=\"_blank\">aktiviere JavaScript</a> und lade diese Schnittstelle neu.", "%s is available. Get more information on how to update." => "%s ist verfügbar. Hole weitere Informationen zu Aktualisierungen ein.", "Log out" => "Abmelden", "Automatic logon rejected!" => "Automatischer Login zurückgewiesen!", diff --git a/core/l10n/de_DE.php b/core/l10n/de_DE.php index e950653dc59..b25d465c3ec 100644 --- a/core/l10n/de_DE.php +++ b/core/l10n/de_DE.php @@ -154,6 +154,7 @@ $TRANSLATIONS = array( "Database host" => "Datenbank-Host", "Finish setup" => "Installation abschließen", "Finishing …" => "Abschließen ...", +"This application requires JavaScript to be enabled for correct operation. Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and re-load this interface." => "Diese Anwendung benötigt ein aktiviertes JavaScript zum korrekten Betrieb. Bitte <a href=\"http://enable-javascript.com/\" target=\"_blank\">aktivieren Sie JavaScript</a> und laden Sie diese Schnittstelle neu.", "%s is available. Get more information on how to update." => "%s ist verfügbar. Holen Sie weitere Informationen zu Aktualisierungen ein.", "Log out" => "Abmelden", "Automatic logon rejected!" => "Automatische Anmeldung verweigert!", diff --git a/core/l10n/fi_FI.php b/core/l10n/fi_FI.php index b187c5689fa..4109ea8e895 100644 --- a/core/l10n/fi_FI.php +++ b/core/l10n/fi_FI.php @@ -143,6 +143,7 @@ $TRANSLATIONS = array( "Database host" => "Tietokantapalvelin", "Finish setup" => "Viimeistele asennus", "Finishing …" => "Valmistellaan…", +"This application requires JavaScript to be enabled for correct operation. Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and re-load this interface." => "Tämä sovellus vaatii toimiakseen JavaScriptin käyttöä. <a href=\"http://enable-javascript.com/\" target=\"_blank\">Ota JavaScript käyttöön</a> ja päivitä tämä käyttöliittymä.", "%s is available. Get more information on how to update." => "%s on saatavilla. Lue lisätietoja, miten päivitys asennetaan.", "Log out" => "Kirjaudu ulos", "Automatic logon rejected!" => "Automaattinen sisäänkirjautuminen hylättiin!", diff --git a/core/l10n/gl.php b/core/l10n/gl.php index 449ffad03f4..7303807e519 100644 --- a/core/l10n/gl.php +++ b/core/l10n/gl.php @@ -154,6 +154,7 @@ $TRANSLATIONS = array( "Database host" => "Servidor da base de datos", "Finish setup" => "Rematar a configuración", "Finishing …" => "Rematado ...", +"This application requires JavaScript to be enabled for correct operation. Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and re-load this interface." => "Este aplicativo require que o JavaScript estea activado para unha operativa correcta. <a href=\"http://enable-javascript.com/\" target=\"_blank\">Active o JavaScript</a> e volva a cargar a interface.", "%s is available. Get more information on how to update." => "%s está dispoñíbel. Obteña máis información sobre como actualizar.", "Log out" => "Desconectar", "Automatic logon rejected!" => "Rexeitouse a entrada automática", diff --git a/core/l10n/it.php b/core/l10n/it.php index 135ce9ebe57..444d7ed250d 100644 --- a/core/l10n/it.php +++ b/core/l10n/it.php @@ -154,6 +154,7 @@ $TRANSLATIONS = array( "Database host" => "Host del database", "Finish setup" => "Termina la configurazione", "Finishing …" => "Completamento...", +"This application requires JavaScript to be enabled for correct operation. Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and re-load this interface." => "L'applicazione richiede che JavaScript sia abilitato per un corretto funzionamento. <a href=\"http://enable-javascript.com/\" target=\"_blank\">Abilita JavaScript</a> e ricarica questa interfaccia.", "%s is available. Get more information on how to update." => "%s è disponibile. Ottieni ulteriori informazioni sull'aggiornamento.", "Log out" => "Esci", "Automatic logon rejected!" => "Accesso automatico rifiutato.", diff --git a/core/l10n/pt_BR.php b/core/l10n/pt_BR.php index 4571b9f2386..e4dd68b99d1 100644 --- a/core/l10n/pt_BR.php +++ b/core/l10n/pt_BR.php @@ -154,6 +154,7 @@ $TRANSLATIONS = array( "Database host" => "Host do banco de dados", "Finish setup" => "Concluir configuração", "Finishing …" => "Finalizando ...", +"This application requires JavaScript to be enabled for correct operation. Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and re-load this interface." => "Esta aplicação reque JavaScript habilidado para correta operação.\nPor favor <a href=\"http://enable-javascript.com/\" target=\"_blank\">habilite JavaScript</a> e recarregue esta esta interface.", "%s is available. Get more information on how to update." => "%s está disponível. Obtenha mais informações sobre como atualizar.", "Log out" => "Sair", "Automatic logon rejected!" => "Entrada Automática no Sistema Rejeitada!", diff --git a/core/l10n/tr.php b/core/l10n/tr.php index 86156b9574f..2245f0714ba 100644 --- a/core/l10n/tr.php +++ b/core/l10n/tr.php @@ -154,6 +154,7 @@ $TRANSLATIONS = array( "Database host" => "Veritabanı sunucusu", "Finish setup" => "Kurulumu tamamla", "Finishing …" => "Tamamlanıyor ..", +"This application requires JavaScript to be enabled for correct operation. Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and re-load this interface." => "Uygulama, doğru çalışabilmesi için JavaScript'in etkinleştirilmesini gerektiriyor. Lütfen <a href=\"http://enable-javascript.com/\" target=\"_blank\">JavaScript'i etkinleştirin</a> ve bu arayüzü yeniden yükleyin.", "%s is available. Get more information on how to update." => "%s mevcut. Güncelleştirme hakkında daha fazla bilgi alın.", "Log out" => "Çıkış yap", "Automatic logon rejected!" => "Otomatik oturum açma reddedildi!", |