diff options
Diffstat (limited to 'lib/l10n')
-rw-r--r-- | lib/l10n/es_MX.js | 2 | ||||
-rw-r--r-- | lib/l10n/es_MX.json | 2 | ||||
-rw-r--r-- | lib/l10n/fr.js | 3 | ||||
-rw-r--r-- | lib/l10n/fr.json | 3 | ||||
-rw-r--r-- | lib/l10n/nb.js | 1 | ||||
-rw-r--r-- | lib/l10n/nb.json | 1 |
6 files changed, 10 insertions, 2 deletions
diff --git a/lib/l10n/es_MX.js b/lib/l10n/es_MX.js index 5fd1ce54184..0973501e629 100644 --- a/lib/l10n/es_MX.js +++ b/lib/l10n/es_MX.js @@ -14,7 +14,7 @@ OC.L10N.register( "%1$s, %2$s, %3$s, %4$s and %5$s" : "%1$s, %2$s, %3$s, %4$s y %5$s", "Enterprise bundle" : "Paquete empresarial", "Groupware bundle" : "Paquete de Groupware", - "Social sharing bundle" : "Paquete de compartido social", + "Social sharing bundle" : "Paquete para compartir en redes sociales", "PHP %s or higher is required." : "Se requiere de PHPH %s o superior.", "PHP with a version lower than %s is required." : "PHP con una versión inferiror a la %s es requerido. ", "%sbit or higher PHP required." : "se requiere PHP para %sbit o superior.", diff --git a/lib/l10n/es_MX.json b/lib/l10n/es_MX.json index 7c4db901384..9dd56c44284 100644 --- a/lib/l10n/es_MX.json +++ b/lib/l10n/es_MX.json @@ -12,7 +12,7 @@ "%1$s, %2$s, %3$s, %4$s and %5$s" : "%1$s, %2$s, %3$s, %4$s y %5$s", "Enterprise bundle" : "Paquete empresarial", "Groupware bundle" : "Paquete de Groupware", - "Social sharing bundle" : "Paquete de compartido social", + "Social sharing bundle" : "Paquete para compartir en redes sociales", "PHP %s or higher is required." : "Se requiere de PHPH %s o superior.", "PHP with a version lower than %s is required." : "PHP con una versión inferiror a la %s es requerido. ", "%sbit or higher PHP required." : "se requiere PHP para %sbit o superior.", diff --git a/lib/l10n/fr.js b/lib/l10n/fr.js index d493c880444..791452dbba5 100644 --- a/lib/l10n/fr.js +++ b/lib/l10n/fr.js @@ -12,6 +12,9 @@ OC.L10N.register( "%1$s, %2$s and %3$s" : "%1$s, %2$s et %3$s", "%1$s, %2$s, %3$s and %4$s" : "%1$s, %2$s, %3$s et %4$s", "%1$s, %2$s, %3$s, %4$s and %5$s" : "%1$s, %2$s, %3$s, %4$s et %5$s", + "Enterprise bundle" : "Pack pour entreprise", + "Groupware bundle" : "Pack pour travail collaboratif", + "Social sharing bundle" : "Pack pour partage social", "PHP %s or higher is required." : "PHP %s ou supérieur est requis.", "PHP with a version lower than %s is required." : "PHP avec une version antérieure à %s est requis.", "%sbit or higher PHP required." : "%sbit ou PHP supérieur est requis.", diff --git a/lib/l10n/fr.json b/lib/l10n/fr.json index 7b077838d40..6f8e5808891 100644 --- a/lib/l10n/fr.json +++ b/lib/l10n/fr.json @@ -10,6 +10,9 @@ "%1$s, %2$s and %3$s" : "%1$s, %2$s et %3$s", "%1$s, %2$s, %3$s and %4$s" : "%1$s, %2$s, %3$s et %4$s", "%1$s, %2$s, %3$s, %4$s and %5$s" : "%1$s, %2$s, %3$s, %4$s et %5$s", + "Enterprise bundle" : "Pack pour entreprise", + "Groupware bundle" : "Pack pour travail collaboratif", + "Social sharing bundle" : "Pack pour partage social", "PHP %s or higher is required." : "PHP %s ou supérieur est requis.", "PHP with a version lower than %s is required." : "PHP avec une version antérieure à %s est requis.", "%sbit or higher PHP required." : "%sbit ou PHP supérieur est requis.", diff --git a/lib/l10n/nb.js b/lib/l10n/nb.js index 3e2095aa0bc..b51292a0c31 100644 --- a/lib/l10n/nb.js +++ b/lib/l10n/nb.js @@ -54,6 +54,7 @@ OC.L10N.register( "Admin" : "Admin", "APCu" : "APCu", "Redis" : "Redis", + "Basic settings" : "Basisinnstillinger", "Sharing" : "Deling", "Security" : "Sikkerhet", "Encryption" : "Kryptering", diff --git a/lib/l10n/nb.json b/lib/l10n/nb.json index b7d619990f7..5ee3cb99e71 100644 --- a/lib/l10n/nb.json +++ b/lib/l10n/nb.json @@ -52,6 +52,7 @@ "Admin" : "Admin", "APCu" : "APCu", "Redis" : "Redis", + "Basic settings" : "Basisinnstillinger", "Sharing" : "Deling", "Security" : "Sikkerhet", "Encryption" : "Kryptering", |