diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-03-04 01:12:42 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-03-04 01:12:42 +0000 |
commit | 6975cef00b3a0c0c6085949963cc29b6789507cd (patch) | |
tree | e83f309634c9c0bd244c65cd86cf97ae4fad1889 /apps/theming/l10n | |
parent | 3b000d4f91b958a38f8ab1349377c65b3e64da88 (diff) | |
download | nextcloud-server-6975cef00b3a0c0c6085949963cc29b6789507cd.tar.gz nextcloud-server-6975cef00b3a0c0c6085949963cc29b6789507cd.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/theming/l10n')
-rw-r--r-- | apps/theming/l10n/cs.js | 1 | ||||
-rw-r--r-- | apps/theming/l10n/cs.json | 1 | ||||
-rw-r--r-- | apps/theming/l10n/fi.js | 1 | ||||
-rw-r--r-- | apps/theming/l10n/fi.json | 1 | ||||
-rw-r--r-- | apps/theming/l10n/hu.js | 1 | ||||
-rw-r--r-- | apps/theming/l10n/hu.json | 1 | ||||
-rw-r--r-- | apps/theming/l10n/nb.js | 1 | ||||
-rw-r--r-- | apps/theming/l10n/nb.json | 1 | ||||
-rw-r--r-- | apps/theming/l10n/nl.js | 1 | ||||
-rw-r--r-- | apps/theming/l10n/nl.json | 1 |
10 files changed, 10 insertions, 0 deletions
diff --git a/apps/theming/l10n/cs.js b/apps/theming/l10n/cs.js index 758c96a079c..9afcc77ce65 100644 --- a/apps/theming/l10n/cs.js +++ b/apps/theming/l10n/cs.js @@ -5,6 +5,7 @@ OC.L10N.register( "Saved" : "Uloženo", "Admin" : "Administrace", "a safe home for all your data" : "bezpečný domov pro všechna vaše data", + "Name cannot be empty" : "Název nemůže být prázdný", "The given name is too long" : "Zadaný název je příliš dlouhý", "The given web address is too long" : "Zadaná webová adresa je příliš dlouhá", "The given slogan is too long" : "Zadaný slogan je příliš dlouhý", diff --git a/apps/theming/l10n/cs.json b/apps/theming/l10n/cs.json index 9677825c285..0ea0b482b1b 100644 --- a/apps/theming/l10n/cs.json +++ b/apps/theming/l10n/cs.json @@ -3,6 +3,7 @@ "Saved" : "Uloženo", "Admin" : "Administrace", "a safe home for all your data" : "bezpečný domov pro všechna vaše data", + "Name cannot be empty" : "Název nemůže být prázdný", "The given name is too long" : "Zadaný název je příliš dlouhý", "The given web address is too long" : "Zadaná webová adresa je příliš dlouhá", "The given slogan is too long" : "Zadaný slogan je příliš dlouhý", diff --git a/apps/theming/l10n/fi.js b/apps/theming/l10n/fi.js index c288dbecfb3..5622ff0f9d1 100644 --- a/apps/theming/l10n/fi.js +++ b/apps/theming/l10n/fi.js @@ -5,6 +5,7 @@ OC.L10N.register( "Saved" : "Tallennettu", "Admin" : "Ylläpito", "a safe home for all your data" : "turvallinen koti kaikille tiedostoillesi", + "Name cannot be empty" : "Nimi ei voi olla tyhjä", "The given name is too long" : "Nimi on liian pitkä", "The given web address is too long" : "Verkko-osoite on liian pitkä", "The given slogan is too long" : "Slogani on liian pitkä", diff --git a/apps/theming/l10n/fi.json b/apps/theming/l10n/fi.json index 14aaa78c505..e91c8c6dd81 100644 --- a/apps/theming/l10n/fi.json +++ b/apps/theming/l10n/fi.json @@ -3,6 +3,7 @@ "Saved" : "Tallennettu", "Admin" : "Ylläpito", "a safe home for all your data" : "turvallinen koti kaikille tiedostoillesi", + "Name cannot be empty" : "Nimi ei voi olla tyhjä", "The given name is too long" : "Nimi on liian pitkä", "The given web address is too long" : "Verkko-osoite on liian pitkä", "The given slogan is too long" : "Slogani on liian pitkä", diff --git a/apps/theming/l10n/hu.js b/apps/theming/l10n/hu.js index 76e0fd68a9b..08f06ab1efd 100644 --- a/apps/theming/l10n/hu.js +++ b/apps/theming/l10n/hu.js @@ -5,6 +5,7 @@ OC.L10N.register( "Saved" : "Mentve!", "Admin" : "Adminisztrátor", "a safe home for all your data" : "biztonságos hely az adataid számára", + "Name cannot be empty" : "A név nem lehet üres", "The given name is too long" : "A bevitt név túl hosszú", "The given web address is too long" : "A bevitt webcím túl hosszú", "The given slogan is too long" : "A bevitt szlogen túl hosszú", diff --git a/apps/theming/l10n/hu.json b/apps/theming/l10n/hu.json index 3b529fce3c4..c543a3db6a6 100644 --- a/apps/theming/l10n/hu.json +++ b/apps/theming/l10n/hu.json @@ -3,6 +3,7 @@ "Saved" : "Mentve!", "Admin" : "Adminisztrátor", "a safe home for all your data" : "biztonságos hely az adataid számára", + "Name cannot be empty" : "A név nem lehet üres", "The given name is too long" : "A bevitt név túl hosszú", "The given web address is too long" : "A bevitt webcím túl hosszú", "The given slogan is too long" : "A bevitt szlogen túl hosszú", diff --git a/apps/theming/l10n/nb.js b/apps/theming/l10n/nb.js index 1e1cbf3d8c7..2abebba3f6b 100644 --- a/apps/theming/l10n/nb.js +++ b/apps/theming/l10n/nb.js @@ -5,6 +5,7 @@ OC.L10N.register( "Saved" : "Lagret", "Admin" : "Admin", "a safe home for all your data" : "et trygt hjem for alle dine data", + "Name cannot be empty" : "Navn kan ikke være tom", "The given name is too long" : "Navnet er for langt", "The given web address is too long" : "Nettadressen er for lang", "The given slogan is too long" : "Slagordet er for langt", diff --git a/apps/theming/l10n/nb.json b/apps/theming/l10n/nb.json index 807ccfb8ca8..3fbdf77c710 100644 --- a/apps/theming/l10n/nb.json +++ b/apps/theming/l10n/nb.json @@ -3,6 +3,7 @@ "Saved" : "Lagret", "Admin" : "Admin", "a safe home for all your data" : "et trygt hjem for alle dine data", + "Name cannot be empty" : "Navn kan ikke være tom", "The given name is too long" : "Navnet er for langt", "The given web address is too long" : "Nettadressen er for lang", "The given slogan is too long" : "Slagordet er for langt", diff --git a/apps/theming/l10n/nl.js b/apps/theming/l10n/nl.js index 5039188df9f..480a92a2385 100644 --- a/apps/theming/l10n/nl.js +++ b/apps/theming/l10n/nl.js @@ -5,6 +5,7 @@ OC.L10N.register( "Saved" : "Opgeslagen", "Admin" : "Beheer", "a safe home for all your data" : "een veilige plek voor al je gegevens", + "Name cannot be empty" : "Naam mag niet leeg zijn", "The given name is too long" : "De opgegeven naam is te lang", "The given web address is too long" : "Het opgegeven internetadres is te lang", "The given slogan is too long" : "De opgegeven slagzin is te lang", diff --git a/apps/theming/l10n/nl.json b/apps/theming/l10n/nl.json index 28607407e1d..f7e5274478d 100644 --- a/apps/theming/l10n/nl.json +++ b/apps/theming/l10n/nl.json @@ -3,6 +3,7 @@ "Saved" : "Opgeslagen", "Admin" : "Beheer", "a safe home for all your data" : "een veilige plek voor al je gegevens", + "Name cannot be empty" : "Naam mag niet leeg zijn", "The given name is too long" : "De opgegeven naam is te lang", "The given web address is too long" : "Het opgegeven internetadres is te lang", "The given slogan is too long" : "De opgegeven slagzin is te lang", |