diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-05-11 01:54:43 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-05-11 01:54:43 -0400 |
commit | a331f6b83ece67528e9a534d43ed8ac6d3305ee7 (patch) | |
tree | 071d43db9d168ee1971e75196123f8c07fe5352b /core | |
parent | 52fc45e6e3d271c94d801af377c85974e1420d2e (diff) | |
download | nextcloud-server-a331f6b83ece67528e9a534d43ed8ac6d3305ee7.tar.gz nextcloud-server-a331f6b83ece67528e9a534d43ed8ac6d3305ee7.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core')
-rw-r--r-- | core/l10n/cs_CZ.js | 1 | ||||
-rw-r--r-- | core/l10n/cs_CZ.json | 1 | ||||
-rw-r--r-- | core/l10n/de_AT.js | 7 | ||||
-rw-r--r-- | core/l10n/de_AT.json | 7 |
4 files changed, 14 insertions, 2 deletions
diff --git a/core/l10n/cs_CZ.js b/core/l10n/cs_CZ.js index 130f4d5cd96..283f97c3be1 100644 --- a/core/l10n/cs_CZ.js +++ b/core/l10n/cs_CZ.js @@ -134,6 +134,7 @@ OC.L10N.register( "Hello {name}, the weather is {weather}" : "Ahoj {name}, je {weather}", "Hello {name}" : "Vítej, {name}", "_download %n file_::_download %n files_" : ["stáhnout %n soubor","stáhnout %n soubory","stáhnout %n souborů"], + "{version} is available. Get more information on how to update." : "Je dostupná {version}. Přečtěte si více informací jak aktualizovat.", "Updating {productName} to version {version}, this may take a while." : "Aktualizuji {productName} na verzi {version}, může to chvíli trvat.", "Please reload the page." : "Načtěte stránku znovu, prosím.", "The update was unsuccessful. " : "Aktualizace nebyla úspěšná.", diff --git a/core/l10n/cs_CZ.json b/core/l10n/cs_CZ.json index f92c58d2432..a2ff9f9dda1 100644 --- a/core/l10n/cs_CZ.json +++ b/core/l10n/cs_CZ.json @@ -132,6 +132,7 @@ "Hello {name}, the weather is {weather}" : "Ahoj {name}, je {weather}", "Hello {name}" : "Vítej, {name}", "_download %n file_::_download %n files_" : ["stáhnout %n soubor","stáhnout %n soubory","stáhnout %n souborů"], + "{version} is available. Get more information on how to update." : "Je dostupná {version}. Přečtěte si více informací jak aktualizovat.", "Updating {productName} to version {version}, this may take a while." : "Aktualizuji {productName} na verzi {version}, může to chvíli trvat.", "Please reload the page." : "Načtěte stránku znovu, prosím.", "The update was unsuccessful. " : "Aktualizace nebyla úspěšná.", diff --git a/core/l10n/de_AT.js b/core/l10n/de_AT.js index 360ddbeae90..7fafeb40208 100644 --- a/core/l10n/de_AT.js +++ b/core/l10n/de_AT.js @@ -21,11 +21,15 @@ OC.L10N.register( "November" : "November", "December" : "Dezember", "Settings" : "Einstellungen", + "No" : "Nein", + "Yes" : "Ja", "Cancel" : "Abbrechen", "Continue" : "Weiter", "Share" : "Freigeben", "Error" : "Fehler", + "Share link" : "Link teilen", "Password" : "Passwort", + "Send" : "Senden", "group" : "Gruppe", "Unshare" : "Teilung zurücknehmen", "can share" : "Kann teilen", @@ -33,6 +37,7 @@ OC.L10N.register( "Delete" : "Löschen", "Add" : "Hinzufügen", "Personal" : "Persönlich", - "Help" : "Hilfe" + "Help" : "Hilfe", + "Username" : "Benutzername" }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/de_AT.json b/core/l10n/de_AT.json index 5acbc0a888f..56557d96d9c 100644 --- a/core/l10n/de_AT.json +++ b/core/l10n/de_AT.json @@ -19,11 +19,15 @@ "November" : "November", "December" : "Dezember", "Settings" : "Einstellungen", + "No" : "Nein", + "Yes" : "Ja", "Cancel" : "Abbrechen", "Continue" : "Weiter", "Share" : "Freigeben", "Error" : "Fehler", + "Share link" : "Link teilen", "Password" : "Passwort", + "Send" : "Senden", "group" : "Gruppe", "Unshare" : "Teilung zurücknehmen", "can share" : "Kann teilen", @@ -31,6 +35,7 @@ "Delete" : "Löschen", "Add" : "Hinzufügen", "Personal" : "Persönlich", - "Help" : "Hilfe" + "Help" : "Hilfe", + "Username" : "Benutzername" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file |