diff --git a/l10n/es.js b/l10n/es.js index a11f687..049910f 100644 --- a/l10n/es.js +++ b/l10n/es.js @@ -2,6 +2,17 @@ OC.L10N.register( "ocsms", { "Phone Sync" : "Sincronizar teléfono", + "captured" : "capturado", + "binary" : "binario", + "utf-8" : "UTF-8", + "big" : "grande", + "blink" : "parpadeo", + "font" : "fuente", + "small" : "pequeña", + "strike" : "golpe", + "sub" : "inferior", + "sup" : "superior", + "\n" : "\n", "An app to sync SMS with your cloud" : "Una app para sincronizar tus SMS con la nube", "No contact found." : "Contacto no encontrado", "Settings" : "Configuración", diff --git a/l10n/es.json b/l10n/es.json index 7b41078..5839070 100644 --- a/l10n/es.json +++ b/l10n/es.json @@ -1,5 +1,16 @@ { "translations": { "Phone Sync" : "Sincronizar teléfono", + "captured" : "capturado", + "binary" : "binario", + "utf-8" : "UTF-8", + "big" : "grande", + "blink" : "parpadeo", + "font" : "fuente", + "small" : "pequeña", + "strike" : "golpe", + "sub" : "inferior", + "sup" : "superior", + "\n" : "\n", "An app to sync SMS with your cloud" : "Una app para sincronizar tus SMS con la nube", "No contact found." : "Contacto no encontrado", "Settings" : "Configuración", diff --git a/l10n/it.js b/l10n/it.js index 6000f15..eaa7110 100644 --- a/l10n/it.js +++ b/l10n/it.js @@ -2,6 +2,23 @@ OC.L10N.register( "ocsms", { "Phone Sync" : "Sincronizzazione telefono", + "dwa" : "dwa", + "captured" : "catturato", + "bubbled" : "bubbled", + "binary" : "binario", + "utf-8" : "utf-8", + "a" : "a", + "big" : "grande", + "blink" : "lampeggia", + "b" : "b", + "tt" : "tt", + "font" : "carattere", + "i" : "i", + "small" : "piccolo", + "strike" : "sottolineato", + "sub" : "pedice", + "sup" : "apice", + "\n" : "\n", "An app to sync SMS with your cloud" : "Un'applicazione per sincronizzare SMS con il tuo cloud", "No contact found." : "Nessun contatto trovato.", "Settings" : "Impostazioni", diff --git a/l10n/it.json b/l10n/it.json index dfaadf5..40accb5 100644 --- a/l10n/it.json +++ b/l10n/it.json @@ -1,5 +1,22 @@ { "translations": { "Phone Sync" : "Sincronizzazione telefono", + "dwa" : "dwa", + "captured" : "catturato", + "bubbled" : "bubbled", + "binary" : "binario", + "utf-8" : "utf-8", + "a" : "a", + "big" : "grande", + "blink" : "lampeggia", + "b" : "b", + "tt" : "tt", + "font" : "carattere", + "i" : "i", + "small" : "piccolo", + "strike" : "sottolineato", + "sub" : "pedice", + "sup" : "apice", + "\n" : "\n", "An app to sync SMS with your cloud" : "Un'applicazione per sincronizzare SMS con il tuo cloud", "No contact found." : "Nessun contatto trovato.", "Settings" : "Impostazioni", diff --git a/l10n/nl.js b/l10n/nl.js index ffe77f5..fc5225c 100644 --- a/l10n/nl.js +++ b/l10n/nl.js @@ -2,6 +2,23 @@ OC.L10N.register( "ocsms", { "Phone Sync" : "Telefoon Synchronisatie", + "dwa" : "dwa", + "captured" : "uitgelezen", + "bubbled" : "omcirkeld", + "binary" : "binair", + "utf-8" : "utf-8", + "a" : "a", + "big" : "groot", + "blink" : "knipperend", + "b" : "b", + "tt" : "tt", + "font" : "lettertype", + "i" : "i", + "small" : "klein", + "strike" : "doorgehaald", + "sub" : "sub", + "sup" : "sup", + "\n" : "\n", "An app to sync SMS with your cloud" : "Een app om SMS met je cloud te synchroniseren", "No contact found." : "Geen contactpersonen gevonden", "Settings" : "Instellingen", diff --git a/l10n/nl.json b/l10n/nl.json index 7f189f8..b432d51 100644 --- a/l10n/nl.json +++ b/l10n/nl.json @@ -1,5 +1,22 @@ { "translations": { "Phone Sync" : "Telefoon Synchronisatie", + "dwa" : "dwa", + "captured" : "uitgelezen", + "bubbled" : "omcirkeld", + "binary" : "binair", + "utf-8" : "utf-8", + "a" : "a", + "big" : "groot", + "blink" : "knipperend", + "b" : "b", + "tt" : "tt", + "font" : "lettertype", + "i" : "i", + "small" : "klein", + "strike" : "doorgehaald", + "sub" : "sub", + "sup" : "sup", + "\n" : "\n", "An app to sync SMS with your cloud" : "Een app om SMS met je cloud te synchroniseren", "No contact found." : "Geen contactpersonen gevonden", "Settings" : "Instellingen", diff --git a/l10n/pt_BR.js b/l10n/pt_BR.js index dd437d8..c540a0e 100644 --- a/l10n/pt_BR.js +++ b/l10n/pt_BR.js @@ -2,6 +2,23 @@ OC.L10N.register( "ocsms", { "Phone Sync" : "Sincronizar telefone", + "dwa" : "dwa", + "captured" : "capturado", + "bubbled" : "borbulhado", + "binary" : "binário", + "utf-8" : "utf-8", + "a" : "a", + "big" : "grande", + "blink" : "piscante", + "b" : "b", + "tt" : "tt", + "font" : "fonte", + "i" : "i", + "small" : "pequeno", + "strike" : "riscado", + "sub" : "sub", + "sup" : "sup", + "\n" : "\n", "An app to sync SMS with your cloud" : "Um aplicativo para sincronizar SMS com sua nuvem", "No contact found." : "Nenhum contato encontrado.", "Settings" : "Configurações", diff --git a/l10n/pt_BR.json b/l10n/pt_BR.json index c9ee8ae..cddc034 100644 --- a/l10n/pt_BR.json +++ b/l10n/pt_BR.json @@ -1,5 +1,22 @@ { "translations": { "Phone Sync" : "Sincronizar telefone", + "dwa" : "dwa", + "captured" : "capturado", + "bubbled" : "borbulhado", + "binary" : "binário", + "utf-8" : "utf-8", + "a" : "a", + "big" : "grande", + "blink" : "piscante", + "b" : "b", + "tt" : "tt", + "font" : "fonte", + "i" : "i", + "small" : "pequeno", + "strike" : "riscado", + "sub" : "sub", + "sup" : "sup", + "\n" : "\n", "An app to sync SMS with your cloud" : "Um aplicativo para sincronizar SMS com sua nuvem", "No contact found." : "Nenhum contato encontrado.", "Settings" : "Configurações",