diff options
author | Nextcloud bot <bot@nextcloud.com> | 2016-09-01 00:09:24 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2016-09-01 00:09:24 +0000 |
commit | 4a5cd74fb29b19c975f893e0289b1b34bf5e8a62 (patch) | |
tree | f97e26c7fea82aa297b82c0dc6dcc4cb1c18c0b1 /apps/systemtags | |
parent | 73ff24895e3ffc275437f1325a6275c9d389e2c6 (diff) | |
download | nextcloud-server-4a5cd74fb29b19c975f893e0289b1b34bf5e8a62.tar.gz nextcloud-server-4a5cd74fb29b19c975f893e0289b1b34bf5e8a62.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/systemtags')
-rw-r--r-- | apps/systemtags/l10n/fr.js | 3 | ||||
-rw-r--r-- | apps/systemtags/l10n/fr.json | 3 | ||||
-rw-r--r-- | apps/systemtags/l10n/nl.js | 3 | ||||
-rw-r--r-- | apps/systemtags/l10n/nl.json | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/apps/systemtags/l10n/fr.js b/apps/systemtags/l10n/fr.js index 75cb31f8541..d55230533ce 100644 --- a/apps/systemtags/l10n/fr.js +++ b/apps/systemtags/l10n/fr.js @@ -36,6 +36,7 @@ OC.L10N.register( "No files in here" : "Aucun fichier", "No entries found in this folder" : "Aucune entrée trouvée dans ce dossier", "Size" : "Taille", - "Modified" : "Modifié" + "Modified" : "Modifié", + "%s (not-assignable)" : "%s (non assignable)" }, "nplurals=2; plural=(n > 1);"); diff --git a/apps/systemtags/l10n/fr.json b/apps/systemtags/l10n/fr.json index df1b18a3eb2..b4b8d77f8d7 100644 --- a/apps/systemtags/l10n/fr.json +++ b/apps/systemtags/l10n/fr.json @@ -34,6 +34,7 @@ "No files in here" : "Aucun fichier", "No entries found in this folder" : "Aucune entrée trouvée dans ce dossier", "Size" : "Taille", - "Modified" : "Modifié" + "Modified" : "Modifié", + "%s (not-assignable)" : "%s (non assignable)" },"pluralForm" :"nplurals=2; plural=(n > 1);" }
\ No newline at end of file diff --git a/apps/systemtags/l10n/nl.js b/apps/systemtags/l10n/nl.js index 0623602d0ba..b48f5a26bbe 100644 --- a/apps/systemtags/l10n/nl.js +++ b/apps/systemtags/l10n/nl.js @@ -36,6 +36,7 @@ OC.L10N.register( "No files in here" : "Hier geen bestanden", "No entries found in this folder" : "Niets gevonden in deze map", "Size" : "Grootte", - "Modified" : "Aangepast" + "Modified" : "Aangepast", + "%s (not-assignable)" : "%s (niet-toewijsbaar)" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/systemtags/l10n/nl.json b/apps/systemtags/l10n/nl.json index c40528b6a63..f2923827a96 100644 --- a/apps/systemtags/l10n/nl.json +++ b/apps/systemtags/l10n/nl.json @@ -34,6 +34,7 @@ "No files in here" : "Hier geen bestanden", "No entries found in this folder" : "Niets gevonden in deze map", "Size" : "Grootte", - "Modified" : "Aangepast" + "Modified" : "Aangepast", + "%s (not-assignable)" : "%s (niet-toewijsbaar)" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file |