Updated languages dictionaries and fixes for spanish dictionary

This commit is contained in:
Diego Najar 2018-11-21 18:31:51 -03:00
parent cb908df827
commit ccfb02c0ac
29 changed files with 66 additions and 51 deletions

View File

@ -111,18 +111,6 @@ class Language extends dbJSON {
$this->db = array_merge($array, $this->db);
}
/*
// Returns the item from language-data
public function getData($key)
{
if (isset($this->data[$key])) {
return $this->data[$key];
}
return false;
}
*/
// Returns an array with all dictionaries
public function getLanguageList()
{

View File

@ -366,5 +366,6 @@
"this-plugin-depends-on-the-following-plugins": "This plugin depends on the following plugins.",
"no-pages-found": "No pages found",
"system-updated": "System updated",
"security": "Security"
"security": "Security",
"remove-cover-image": "Remove cover image"
}

View File

@ -366,5 +366,6 @@
"this-plugin-depends-on-the-following-plugins": "This plugin depends on the following plugins.",
"no-pages-found": "No pages found",
"system-updated": "System updated",
"security": "Security"
"security": "Security",
"remove-cover-image": "Remove cover image"
}

View File

@ -367,5 +367,6 @@
"this-plugin-depends-on-the-following-plugins": "This plugin depends on the following plugins.",
"no-pages-found": "No pages found",
"system-updated": "System updated",
"security": "Security"
"security": "Security",
"remove-cover-image": "Remove cover image"
}

View File

@ -367,5 +367,6 @@
"this-plugin-depends-on-the-following-plugins": "Um dieses Plugin zu verwenden braucht es auch folgendes Plugin:",
"no-pages-found": "Es wurden keine Seiten gefunden",
"system-updated": "Das system wurde aufdatiert",
"security": "Sicherheit"
}
"security": "Sicherheit",
"remove-cover-image": "Remove cover image"
}

View File

@ -367,5 +367,6 @@
"this-plugin-depends-on-the-following-plugins": "Um dieses Plugin zu verwenden braucht es auch folgendes Plugin:",
"no-pages-found": "Es wurden keine Seiten gefunden",
"system-updated": "Das system wurde aufdatiert",
"security": "Sicherheit"
}
"security": "Sicherheit",
"remove-cover-image": "Remove cover image"
}

View File

@ -367,5 +367,6 @@
"this-plugin-depends-on-the-following-plugins": "This plugin depends on the following plugins.",
"no-pages-found": "No pages found.",
"system-updated": "System updated.",
"security": "Security"
"security": "Security",
"remove-cover-image": "Remove cover image"
}

View File

@ -313,18 +313,18 @@
"options": "Opciones",
"enter-title": "Ingrese el título",
"media-manager": "Administrar imagenes",
"set-a-cover-image-from-external-url,-such-as-a-cdn-or-some-server-dedicated-for-images": "Defina una imagen de portada desde una dirección URL externa, como una CDN o algún servidor dedicado a las imágenes.",
"set-a-cover-image-from-external-url,-such-as-a-cdn-or-some-server-dedicated-for-images": "Defina una imagen de portada desde una dirección URL externa, como una CDN o algún servidor dedicado a imágenes.",
"user": "Usuario",
"date-format-format": "Date format: <code>YYYY-MM-DD Hours:Minutes:Seconds<\/code>",
"start-typing-a-page-title-to-see-a-list-of-suggestions": "Empiece a escribir un título de página para ver una lista de sugerencias.",
"date-format-format": "Formato: <code>YYYY-MM-DD Horas:Minutos:Segundos<\/code>",
"start-typing-a-page-title-to-see-a-list-of-suggestions": "Escriba un título de página para ver una lista de sugerencias.",
"field-used-when-ordering-content-by-position": "Este campo es utilizado al ordenar el contenido por posición.",
"write-a-template-name-to-filter-the-page-in-the-theme-and-change-the-style-of-the-page": "Escriba un nombre de plantilla para cambiar el estilo de la página.",
"write-the-tags-separated-by-comma": "Escribe las etiquetas separadas por coma.",
"apply-code-noindex-code-to-this-page": "Apply <code>noindex<\/code> to this page.",
"apply-code-noindex-code-to-this-page": "Aplicar <code>noindex<\/code> a esta pagina.",
"this-tells-search-engines-not-to-show-this-page-in-their-search-results": "Indica a los motores de búsqueda que no muestren esta página en sus resultados de búsqueda.",
"apply-code-nofollow-code-to-this-page": "Apply <code>nofollow<\/code> to this page.",
"apply-code-nofollow-code-to-this-page": "Aplicar <code>nofollow<\/code> a esta pagina.",
"this-tells-search-engines-not-to-follow-links-on-this-page": "Indica a los motores de búsqueda que no sigan los enlaces de esta página.",
"apply-code-noarchive-code-to-this-page": "Apply <code>noarchive<\/code> to this page.",
"apply-code-noarchive-code-to-this-page": "Aplicar <code>noarchive<\/code> a esta pagina.",
"this-tells-search-engines-not-to-save-a-cached-copy-of-this-page": "Indica a los motores de búsqueda que no guarden una copia almacenada en caché de esta página.",
"uncategorized": "Sin categoría",
"done": "Hecho",
@ -345,7 +345,7 @@
"leave-empty-for-autocomplete-by-bludit": "Deje vacío para ser autocompletado por Bludit.",
"choose-a-password-for-the-user-admin": "Elija una contraseña para el usuario <code>admin<\/code>",
"access-denied": "Acceso denegado",
"choose-images-to-upload": "Elige imágenes para subir",
"choose-images-to-upload": "Seleccione una image para subir",
"insert": "Insertar",
"upload": "Subir",
"autosave": "Autoguardado",
@ -362,9 +362,10 @@
"good-night": "Buenas noches",
"hello": "Hola",
"there-are-no-images-for-the-page": "No hay imágenes para la página.",
"select-cover-image": "Seleccionar imagen de portada",
"select-cover-image": "Seleccionar portada",
"this-plugin-depends-on-the-following-plugins": "Este plugin depende de los siguientes plugins.",
"no-pages-found": "No se han encontrado páginas.",
"system-updated": "Sistema actualizado.",
"security": "Seguridad"
"security": "Seguridad",
"remove-cover-image": "Eliminar portada"
}

View File

@ -366,5 +366,6 @@
"this-plugin-depends-on-the-following-plugins": "This plugin depends on the following plugins.",
"no-pages-found": "No pages found",
"system-updated": "System updated",
"security": "Security"
"security": "Security",
"remove-cover-image": "Remove cover image"
}

View File

@ -366,5 +366,6 @@
"this-plugin-depends-on-the-following-plugins": "This plugin depends on the following plugins.",
"no-pages-found": "No pages found",
"system-updated": "System updated",
"security": "Security"
"security": "Security",
"remove-cover-image": "Remove cover image"
}

View File

@ -367,5 +367,6 @@
"this-plugin-depends-on-the-following-plugins": "Ce plugin dépend des plugins suivants.",
"no-pages-found": "Aucune page trouvée",
"system-updated": "System updated",
"security": "Security"
"security": "Security",
"remove-cover-image": "Remove cover image"
}

View File

@ -367,5 +367,6 @@
"this-plugin-depends-on-the-following-plugins": "This plugin depends on the following plugins.",
"no-pages-found": "No pages found",
"system-updated": "System updated",
"security": "Security"
"security": "Security",
"remove-cover-image": "Remove cover image"
}

View File

@ -367,5 +367,6 @@
"this-plugin-depends-on-the-following-plugins": "This plugin depends on the following plugins.",
"no-pages-found": "No pages found",
"system-updated": "System updated",
"security": "Security"
"security": "Security",
"remove-cover-image": "Remove cover image"
}

View File

@ -366,5 +366,6 @@
"this-plugin-depends-on-the-following-plugins": "This plugin depends on the following plugins.",
"no-pages-found": "No pages found",
"system-updated": "System updated",
"security": "Security"
"security": "Security",
"remove-cover-image": "Remove cover image"
}

View File

@ -366,5 +366,6 @@
"this-plugin-depends-on-the-following-plugins": "This plugin depends on the following plugins.",
"no-pages-found": "No pages found",
"system-updated": "System updated",
"security": "Security"
"security": "Security",
"remove-cover-image": "Remove cover image"
}

View File

@ -367,5 +367,6 @@
"this-plugin-depends-on-the-following-plugins": "This plugin depends on the following plugins.",
"no-pages-found": "No pages found",
"system-updated": "System updated",
"security": "Security"
"security": "Security",
"remove-cover-image": "Remove cover image"
}

View File

@ -366,5 +366,6 @@
"this-plugin-depends-on-the-following-plugins": "This plugin depends on the following plugins.",
"no-pages-found": "No pages found",
"system-updated": "System updated",
"security": "Security"
"security": "Security",
"remove-cover-image": "Remove cover image"
}

View File

@ -366,5 +366,6 @@
"this-plugin-depends-on-the-following-plugins": "This plugin depends on the following plugins.",
"no-pages-found": "No pages found",
"system-updated": "System updated",
"security": "Security"
"security": "Security",
"remove-cover-image": "Remove cover image"
}

View File

@ -367,5 +367,6 @@
"this-plugin-depends-on-the-following-plugins": "Ta wtyczka zależna jest od innych rozszerzeń",
"no-pages-found": "No pages found",
"system-updated": "System updated",
"security": "Security"
"security": "Security",
"remove-cover-image": "Remove cover image"
}

View File

@ -367,5 +367,6 @@
"this-plugin-depends-on-the-following-plugins": "This plugin depends on the following plugins.",
"no-pages-found": "No pages found",
"system-updated": "System updated",
"security": "Security"
"security": "Security",
"remove-cover-image": "Remove cover image"
}

View File

@ -367,5 +367,6 @@
"this-plugin-depends-on-the-following-plugins": "This plugin depends on the following plugins.",
"no-pages-found": "No pages found",
"system-updated": "System updated",
"security": "Security"
"security": "Security",
"remove-cover-image": "Remove cover image"
}

View File

@ -363,5 +363,6 @@
"this-plugin-depends-on-the-following-plugins": "This plugin depends on the following plugins.",
"no-pages-found": "No pages found",
"system-updated": "System updated",
"security": "Security"
"security": "Security",
"remove-cover-image": "Remove cover image"
}

View File

@ -367,5 +367,6 @@
"this-plugin-depends-on-the-following-plugins": "Этот плагин зависит от следующих плагинов.",
"no-pages-found": "Страниц не найдено",
"system-updated": "Система обновлена",
"security": "Безопасность"
}
"security": "Безопасность",
"remove-cover-image": "Remove cover image"
}

View File

@ -368,5 +368,6 @@
"this-plugin-depends-on-the-following-plugins": "Bu eklenti aşağıdaki eklentilere bağlıdır.",
"no-pages-found": "No pages found",
"system-updated": "System updated",
"security": "Security"
"security": "Security",
"remove-cover-image": "Remove cover image"
}

View File

@ -367,5 +367,6 @@
"this-plugin-depends-on-the-following-plugins": "This plugin depends on the following plugins.",
"no-pages-found": "No pages found",
"system-updated": "System updated",
"security": "Security"
"security": "Security",
"remove-cover-image": "Remove cover image"
}

View File

@ -366,5 +366,6 @@
"this-plugin-depends-on-the-following-plugins": "This plugin depends on the following plugins.",
"no-pages-found": "No pages found",
"system-updated": "System updated",
"security": "Security"
"security": "Security",
"remove-cover-image": "Remove cover image"
}

View File

@ -366,5 +366,6 @@
"this-plugin-depends-on-the-following-plugins": "This plugin depends on the following plugins.",
"no-pages-found": "No pages found",
"system-updated": "System updated",
"security": "Security"
"security": "Security",
"remove-cover-image": "Remove cover image"
}

View File

@ -366,5 +366,6 @@
"this-plugin-depends-on-the-following-plugins": "This plugin depends on the following plugins.",
"no-pages-found": "No pages found",
"system-updated": "System updated",
"security": "Security"
"security": "Security",
"remove-cover-image": "Remove cover image"
}

View File

@ -2,6 +2,6 @@
"plugin-data":
{
"name": "Contador de visitas",
"description": "Muestre el número de visitas o visitantes únicos en la barra lateral de su sitio."
"description": "Muestra el número de visitas o visitantes únicos en la barra lateral de su sitio."
}
}