diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-09-19 02:07:26 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-09-19 02:07:26 +0200 |
commit | b0e645fe1372f7408507abb755626eba55f47dfb (patch) | |
tree | bf9c370f911cf0ea854715099660cde0cd3dddd5 /core | |
parent | 8a74a39c4240f41799b333f65db66587ef5ad8b7 (diff) | |
download | nextcloud-server-b0e645fe1372f7408507abb755626eba55f47dfb.tar.gz nextcloud-server-b0e645fe1372f7408507abb755626eba55f47dfb.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core')
-rw-r--r-- | core/l10n/de.php | 2 | ||||
-rw-r--r-- | core/l10n/ro.php | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/core/l10n/de.php b/core/l10n/de.php index bcc04496405..7a51040114f 100644 --- a/core/l10n/de.php +++ b/core/l10n/de.php @@ -1,5 +1,5 @@ <?php $TRANSLATIONS = array( -"Application name not provided." => "Anwendungsname nicht angegeben", +"Application name not provided." => "Der Anwendungsname wurde nicht angegeben.", "No category to add?" => "Keine Kategorie hinzuzufügen?", "This category already exists: " => "Kategorie existiert bereits:", "Settings" => "Einstellungen", diff --git a/core/l10n/ro.php b/core/l10n/ro.php index 9ec6a048fcf..e42b5ef7d69 100644 --- a/core/l10n/ro.php +++ b/core/l10n/ro.php @@ -50,6 +50,7 @@ "Database user" => "Utilizatorul bazei de date", "Database password" => "Parola bazei de date", "Database name" => "Numele bazei de date", +"Database tablespace" => "Tabela de spațiu a bazei de date", "Database host" => "Bază date", "Finish setup" => "Finalizează instalarea", "web services under your control" => "servicii web controlate de tine", |