diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/l10n/cs.js | 6 | ||||
-rw-r--r-- | core/l10n/cs.json | 6 | ||||
-rw-r--r-- | core/l10n/es.js | 3 | ||||
-rw-r--r-- | core/l10n/es.json | 3 |
4 files changed, 12 insertions, 6 deletions
diff --git a/core/l10n/cs.js b/core/l10n/cs.js index 2d84155783c..857325250a3 100644 --- a/core/l10n/cs.js +++ b/core/l10n/cs.js @@ -88,7 +88,7 @@ OC.L10N.register( "I know what I'm doing" : "Vím co dělám", "Password can not be changed. Please contact your administrator." : "Heslo nelze změnit. Obraťte se na svého správce systému.", "Reset password" : "Obnovit heslo", - "Sending email …" : "Odesílání emailu…", + "Sending email …" : "Odesílání e-mailu…", "No" : "Ne", "Yes" : "Ano", "No files in here" : "Nejsou zde žádné soubory", @@ -315,8 +315,8 @@ OC.L10N.register( "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Obzvláště při používání klientské aplikace pro synchronizaci s desktopem není SQLite doporučeno.", "Finish setup" : "Dokončit nastavení", "Finishing …" : "Dokončování…", - "Need help?" : "Potřebujete pomoc?", - "See the documentation" : "Viz dokumentace", + "Need help?" : "Potřebujete nápovědu?", + "See the documentation" : "Nahlédněte do dokumentace", "This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Tato aplikace potřebuje pro správnou funkčnost JavaScript. {linkstart}Povolte ho{linkend} a znovu načtěte stránku.", "Get your own free account" : "Získejte svůj vlastní účet zdarma", "Skip to main content" : "Přeskočit a přejít k hlavnímu obsahu", diff --git a/core/l10n/cs.json b/core/l10n/cs.json index 657940beac9..e25219f1688 100644 --- a/core/l10n/cs.json +++ b/core/l10n/cs.json @@ -86,7 +86,7 @@ "I know what I'm doing" : "Vím co dělám", "Password can not be changed. Please contact your administrator." : "Heslo nelze změnit. Obraťte se na svého správce systému.", "Reset password" : "Obnovit heslo", - "Sending email …" : "Odesílání emailu…", + "Sending email …" : "Odesílání e-mailu…", "No" : "Ne", "Yes" : "Ano", "No files in here" : "Nejsou zde žádné soubory", @@ -313,8 +313,8 @@ "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Obzvláště při používání klientské aplikace pro synchronizaci s desktopem není SQLite doporučeno.", "Finish setup" : "Dokončit nastavení", "Finishing …" : "Dokončování…", - "Need help?" : "Potřebujete pomoc?", - "See the documentation" : "Viz dokumentace", + "Need help?" : "Potřebujete nápovědu?", + "See the documentation" : "Nahlédněte do dokumentace", "This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Tato aplikace potřebuje pro správnou funkčnost JavaScript. {linkstart}Povolte ho{linkend} a znovu načtěte stránku.", "Get your own free account" : "Získejte svůj vlastní účet zdarma", "Skip to main content" : "Přeskočit a přejít k hlavnímu obsahu", diff --git a/core/l10n/es.js b/core/l10n/es.js index 174587b20ca..29c8bbd2fde 100644 --- a/core/l10n/es.js +++ b/core/l10n/es.js @@ -28,6 +28,8 @@ OC.L10N.register( "Couldn't send reset email. Please make sure your username is correct." : "No se pudo enviar el correo electrónico para el restablecimiento. Por favor, asegúrese de que su nombre de usuario es el correcto.", "Preparing update" : "Preparando la actualización", "[%d / %d]: %s" : "[%d / %d]: %s", + "Repair step: " : "Paso de reparación:", + "Repair info: " : "Información de reparación:", "Repair warning: " : "Advertencia de reparación:", "Repair error: " : "Error que reparar:", "Please use the command line updater because automatic updating is disabled in the config.php." : "Por favor utilice la actualización mediante la linea de comandos porque la actualización automática está desactivada en config.php.", @@ -91,6 +93,7 @@ OC.L10N.register( "No files in here" : "Aquí no hay archivos", "New folder" : "Nueva carpeta", "No more subfolders in here" : "No hay más subcarpetas aquí", + "{newName} already exists" : "{newName} ya existe", "Choose" : "Seleccionar", "Copy" : "Copiar", "Move" : "Mover", diff --git a/core/l10n/es.json b/core/l10n/es.json index b2f18459fb8..5dc5cd10c1e 100644 --- a/core/l10n/es.json +++ b/core/l10n/es.json @@ -26,6 +26,8 @@ "Couldn't send reset email. Please make sure your username is correct." : "No se pudo enviar el correo electrónico para el restablecimiento. Por favor, asegúrese de que su nombre de usuario es el correcto.", "Preparing update" : "Preparando la actualización", "[%d / %d]: %s" : "[%d / %d]: %s", + "Repair step: " : "Paso de reparación:", + "Repair info: " : "Información de reparación:", "Repair warning: " : "Advertencia de reparación:", "Repair error: " : "Error que reparar:", "Please use the command line updater because automatic updating is disabled in the config.php." : "Por favor utilice la actualización mediante la linea de comandos porque la actualización automática está desactivada en config.php.", @@ -89,6 +91,7 @@ "No files in here" : "Aquí no hay archivos", "New folder" : "Nueva carpeta", "No more subfolders in here" : "No hay más subcarpetas aquí", + "{newName} already exists" : "{newName} ya existe", "Choose" : "Seleccionar", "Copy" : "Copiar", "Move" : "Mover", |