diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-01-17 01:54:53 -0500 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-01-17 01:54:53 -0500 |
commit | 2095a310009b47826efa8281908d946bb4c50a0b (patch) | |
tree | a63b4b261fefbca3b168bed9d515392503434bf0 /lib/l10n | |
parent | 3bf43f5b38acc9756b5ffe3b727f4228dfbf1965 (diff) | |
download | nextcloud-server-2095a310009b47826efa8281908d946bb4c50a0b.tar.gz nextcloud-server-2095a310009b47826efa8281908d946bb4c50a0b.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n')
-rw-r--r-- | lib/l10n/ja.js | 1 | ||||
-rw-r--r-- | lib/l10n/ja.json | 1 | ||||
-rw-r--r-- | lib/l10n/nb_NO.js | 4 | ||||
-rw-r--r-- | lib/l10n/nb_NO.json | 4 | ||||
-rw-r--r-- | lib/l10n/nl.js | 1 | ||||
-rw-r--r-- | lib/l10n/nl.json | 1 |
6 files changed, 12 insertions, 0 deletions
diff --git a/lib/l10n/ja.js b/lib/l10n/ja.js index a0619055f3a..1752eca4971 100644 --- a/lib/l10n/ja.js +++ b/lib/l10n/ja.js @@ -56,6 +56,7 @@ OC.L10N.register( "Archives of type %s are not supported" : "\"%s\"タイプのアーカイブ形式は未サポート", "Failed to open archive when installing app" : "アプリをインストール中にアーカイブファイルを開けませんでした。", "App does not provide an info.xml file" : "アプリにinfo.xmlファイルが入っていません", + "Signature could not get checked. Please contact the app developer and check your admin screen." : "署名が確認できませんでした。このアプリの開発者へ連絡し、管理画面を確認してください。", "App can't be installed because of not allowed code in the App" : "アプリで許可されないコードが入っているのが原因でアプリがインストールできません", "App can't be installed because it is not compatible with this version of ownCloud" : "アプリは、このバージョンのownCloudと互換性がないためインストールできません。", "App can't be installed because it contains the <shipped>true</shipped> tag which is not allowed for non shipped apps" : "非shippedアプリには許可されない<shipped>true</shipped>タグが含まれているためにアプリをインストールできません。", diff --git a/lib/l10n/ja.json b/lib/l10n/ja.json index 681b479ff23..685d9743dd2 100644 --- a/lib/l10n/ja.json +++ b/lib/l10n/ja.json @@ -54,6 +54,7 @@ "Archives of type %s are not supported" : "\"%s\"タイプのアーカイブ形式は未サポート", "Failed to open archive when installing app" : "アプリをインストール中にアーカイブファイルを開けませんでした。", "App does not provide an info.xml file" : "アプリにinfo.xmlファイルが入っていません", + "Signature could not get checked. Please contact the app developer and check your admin screen." : "署名が確認できませんでした。このアプリの開発者へ連絡し、管理画面を確認してください。", "App can't be installed because of not allowed code in the App" : "アプリで許可されないコードが入っているのが原因でアプリがインストールできません", "App can't be installed because it is not compatible with this version of ownCloud" : "アプリは、このバージョンのownCloudと互換性がないためインストールできません。", "App can't be installed because it contains the <shipped>true</shipped> tag which is not allowed for non shipped apps" : "非shippedアプリには許可されない<shipped>true</shipped>タグが含まれているためにアプリをインストールできません。", diff --git a/lib/l10n/nb_NO.js b/lib/l10n/nb_NO.js index b7fa5a63510..1d50aec03d1 100644 --- a/lib/l10n/nb_NO.js +++ b/lib/l10n/nb_NO.js @@ -56,6 +56,7 @@ OC.L10N.register( "Archives of type %s are not supported" : "Arkiver av type %s støttes ikke", "Failed to open archive when installing app" : "Klarte ikke å åpne arkiv ved installering av app", "App does not provide an info.xml file" : "App-en inneholder ikke filen info.xml", + "Signature could not get checked. Please contact the app developer and check your admin screen." : "Signatur kunne ikke sjekkes. Kontakt app-utvikleren og sjekk admin-bildet.", "App can't be installed because of not allowed code in the App" : "App kan ikke installeres på grunn av ulovlig kode i appen.", "App can't be installed because it is not compatible with this version of ownCloud" : "App kan ikke installeres fordi den ikke er kompatibel med denne versjonen av ownCloud", "App can't be installed because it contains the <shipped>true</shipped> tag which is not allowed for non shipped apps" : "App kan ikke installeres fordi den inneholder tag <shipped>true</shipped> som ikke er tillatt for apper som ikke leveres med systemet", @@ -112,6 +113,9 @@ OC.L10N.register( "Sharing %s failed, because resharing is not allowed" : "Deling av %s feilet, fordi videre-deling ikke er tillatt", "Sharing %s failed, because the sharing backend for %s could not find its source" : "Deling av %s feilet, fordi delings-serveren for %s ikke kunne finne kilden", "Sharing %s failed, because the file could not be found in the file cache" : "Deling av %s feilet, fordi filen ikke ble funnet i fil-mellomlageret", + "Cannot increase permissions of %s" : "Kan ikke øke tillatelser for %s", + "Expiration date is in the past" : "Utløpsdato er tilbake i tid", + "Cannot set expiration date more than %s days in the future" : "Kan ikke sette utløpsdato mer enn %s dager fram i tid", "Could not find category \"%s\"" : "Kunne ikke finne kategori \"%s\"", "Apps" : "Apper", "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "Bare disse tegnene tillates i et brukernavn: \"a-z\", \"A-Z\", \"0-9\" og \"_.@-\"", diff --git a/lib/l10n/nb_NO.json b/lib/l10n/nb_NO.json index a2a2a9c1b7f..067db0b1450 100644 --- a/lib/l10n/nb_NO.json +++ b/lib/l10n/nb_NO.json @@ -54,6 +54,7 @@ "Archives of type %s are not supported" : "Arkiver av type %s støttes ikke", "Failed to open archive when installing app" : "Klarte ikke å åpne arkiv ved installering av app", "App does not provide an info.xml file" : "App-en inneholder ikke filen info.xml", + "Signature could not get checked. Please contact the app developer and check your admin screen." : "Signatur kunne ikke sjekkes. Kontakt app-utvikleren og sjekk admin-bildet.", "App can't be installed because of not allowed code in the App" : "App kan ikke installeres på grunn av ulovlig kode i appen.", "App can't be installed because it is not compatible with this version of ownCloud" : "App kan ikke installeres fordi den ikke er kompatibel med denne versjonen av ownCloud", "App can't be installed because it contains the <shipped>true</shipped> tag which is not allowed for non shipped apps" : "App kan ikke installeres fordi den inneholder tag <shipped>true</shipped> som ikke er tillatt for apper som ikke leveres med systemet", @@ -110,6 +111,9 @@ "Sharing %s failed, because resharing is not allowed" : "Deling av %s feilet, fordi videre-deling ikke er tillatt", "Sharing %s failed, because the sharing backend for %s could not find its source" : "Deling av %s feilet, fordi delings-serveren for %s ikke kunne finne kilden", "Sharing %s failed, because the file could not be found in the file cache" : "Deling av %s feilet, fordi filen ikke ble funnet i fil-mellomlageret", + "Cannot increase permissions of %s" : "Kan ikke øke tillatelser for %s", + "Expiration date is in the past" : "Utløpsdato er tilbake i tid", + "Cannot set expiration date more than %s days in the future" : "Kan ikke sette utløpsdato mer enn %s dager fram i tid", "Could not find category \"%s\"" : "Kunne ikke finne kategori \"%s\"", "Apps" : "Apper", "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "Bare disse tegnene tillates i et brukernavn: \"a-z\", \"A-Z\", \"0-9\" og \"_.@-\"", diff --git a/lib/l10n/nl.js b/lib/l10n/nl.js index fce4ae0d142..e782091343c 100644 --- a/lib/l10n/nl.js +++ b/lib/l10n/nl.js @@ -56,6 +56,7 @@ OC.L10N.register( "Archives of type %s are not supported" : "Archiefbestanden van type %s niet ondersteund", "Failed to open archive when installing app" : "Kon archiefbestand bij installatie van de app niet openen", "App does not provide an info.xml file" : "De app heeft geen info.xml bestand", + "Signature could not get checked. Please contact the app developer and check your admin screen." : "Handtekening kon niet worden geverifieerd. Nee contact op met de ontwikkelaar van de app en check uw beheerscherm.", "App can't be installed because of not allowed code in the App" : "De app kan niet worden geïnstalleerd wegens onjuiste code in de app", "App can't be installed because it is not compatible with this version of ownCloud" : "De app kan niet worden geïnstalleerd omdat die niet compatible is met deze versie van ownCloud", "App can't be installed because it contains the <shipped>true</shipped> tag which is not allowed for non shipped apps" : "De app kan niet worden geïnstallerd omdat het de <shipped>true</shipped> tag bevat die niet is toegestaan voor niet gepubliceerde apps", diff --git a/lib/l10n/nl.json b/lib/l10n/nl.json index ec63a8252d3..d245b6d53d7 100644 --- a/lib/l10n/nl.json +++ b/lib/l10n/nl.json @@ -54,6 +54,7 @@ "Archives of type %s are not supported" : "Archiefbestanden van type %s niet ondersteund", "Failed to open archive when installing app" : "Kon archiefbestand bij installatie van de app niet openen", "App does not provide an info.xml file" : "De app heeft geen info.xml bestand", + "Signature could not get checked. Please contact the app developer and check your admin screen." : "Handtekening kon niet worden geverifieerd. Nee contact op met de ontwikkelaar van de app en check uw beheerscherm.", "App can't be installed because of not allowed code in the App" : "De app kan niet worden geïnstalleerd wegens onjuiste code in de app", "App can't be installed because it is not compatible with this version of ownCloud" : "De app kan niet worden geïnstalleerd omdat die niet compatible is met deze versie van ownCloud", "App can't be installed because it contains the <shipped>true</shipped> tag which is not allowed for non shipped apps" : "De app kan niet worden geïnstallerd omdat het de <shipped>true</shipped> tag bevat die niet is toegestaan voor niet gepubliceerde apps", |