diff --git a/README.md b/README.md
index 1c7e8c2..8c9e2bc 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
-# Monstra CMS
-Monstra is a modern and lightweight Content Management System.
+# Monstra
+Monstra is a modern and lightweight Content Management System.
+
+[](https://gitter.im/monstra-cms/monstra?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
## System Requirements
Operation system: Unix, Linux, Windows, Mac OS
@@ -19,13 +21,13 @@ Webserver: Apache with [Mod Rewrite](http://httpd.apache.org/docs/current/mod/mo
2. Donate to keep Monstra free. We will add you to Monstra [Sponsors Page.](http://monstra.org/contribute/sponsors)
3. Develop a new plugin.
4. Create a new theme.
-5. Find and [report issues.](https://github.com/Awilum/monstra-cms/issues)
+5. Find and [report issues.](https://github.com/monstra-cms/monstra/issues)
6. Link back to [Monstra](http://monstra.org).
## Links
- [Site](http://monstra.org)
- [Forum](http://forum.monstra.org)
- [Documentation](http://monstra.org/documentation)
-- [Github Repository](https://github.com/Awilum/monstra-cms)
+- [Github Repository](https://github.com/monstra-cms/monstra)
-Copyright (C) 2012-2014 Romanenko Sergey / Awilum [awilum@msn.com]
+Copyright (C) 2012-2015 Romanenko Sergey / Awilum [awilum@msn.com]
diff --git a/engine/Plugin/I18n.php b/engine/Plugin/I18n.php
index 99058f4..8ff72e6 100644
--- a/engine/Plugin/I18n.php
+++ b/engine/Plugin/I18n.php
@@ -50,10 +50,10 @@ class I18n
'sk' => 'Slovenčina',
'sl' => 'Slovenščina',
'sv' => 'Svenska',
- 'sr-yu' => 'Serbian',
+ 'sr' => 'Srpski',
'tr' => 'Türkçe',
'uk' => 'Українська',
- 'zh-cn' => '䏿–‡',
+ 'zh-cn' => '简体中文',
);
/**
diff --git a/plugins/blog/languages/sr.lang.php b/plugins/blog/languages/sr.lang.php
new file mode 100644
index 0000000..2f5e981
--- /dev/null
+++ b/plugins/blog/languages/sr.lang.php
@@ -0,0 +1,11 @@
+ array(
+ 'Blog' => 'Blog',
+ 'Blog plugin for Monstra' => 'Blog, dodatak za Monstra',
+ 'begin' => 'početak',
+ 'end' => 'kraj',
+ 'prev' => 'predhodna',
+ 'next' => 'sledeća',
+ )
+ );
diff --git a/plugins/box/backup/languages/es.lang.php b/plugins/box/backup/languages/es.lang.php
index 0a81eb1..989f8bc 100644
--- a/plugins/box/backup/languages/es.lang.php
+++ b/plugins/box/backup/languages/es.lang.php
@@ -1,17 +1,26 @@
array(
- 'Backups' => 'Backup',
- 'Backup date' => 'Backup dia',
- 'Create Backup' => 'Crear Backup',
- 'Delete' => 'Borrar',
+ 'backup' => array(
+ 'Backups' => 'Backups',
+ 'Backup' => 'Backup',
+ 'Backup Date' => 'Fecha del Backup',
+ 'Create Backup' => 'Crear Backup',
+ 'Restore' => 'Restaurar',
+ 'Delete' => 'Eliminar',
'storage' => 'Almacen',
- 'public' => 'publico',
+ 'public' => 'público',
'plugins' => 'plugins',
'Size' => 'Tamaño',
'Actions' => 'Acciones',
- 'Delete backup: :backup' => 'Borrar Backup: :backup',
- 'Creating...' => 'Creando...',
+ 'Delete backup: :backup' => 'Eliminar Backup: :backup',
+ 'Creating...' => 'Creando...',
+ 'Backup was created' => 'El Backup fue creado',
+ 'Backup was not created' => 'El Backup no fue creado',
+ 'Backup was deleted' => 'El Backup fue eliminado',
+ 'Backup was not deleted' => 'El Backup no fue eliminado',
+ 'Backup was restored' => 'El Backup fue restaurado',
+ 'Unzip error' => 'Error de descompresión',
+ 'Backup was not restored' => 'El Backup no fue restaurado',
)
- );
\ No newline at end of file
+ );
diff --git a/plugins/box/backup/languages/sr-yu.lang.php b/plugins/box/backup/languages/sr.lang.php
similarity index 93%
rename from plugins/box/backup/languages/sr-yu.lang.php
rename to plugins/box/backup/languages/sr.lang.php
index 98f55fa..d561862 100644
--- a/plugins/box/backup/languages/sr-yu.lang.php
+++ b/plugins/box/backup/languages/sr.lang.php
@@ -3,7 +3,7 @@
return array(
'backup' => array(
'Backups' => 'Bekapovi',
- 'Backup' => 'Backup',
+ 'Backup' => 'Backap',
'Create Backup' => 'Kreiraj Bekap',
'Delete' => 'Obriši',
'storage' => 'lokacija arhive',
diff --git a/plugins/box/blocks/languages/es.lang.php b/plugins/box/blocks/languages/es.lang.php
index 69586c0..edacd9a 100644
--- a/plugins/box/blocks/languages/es.lang.php
+++ b/plugins/box/blocks/languages/es.lang.php
@@ -3,28 +3,28 @@
return array(
'blocks' => array(
'Blocks' => 'Bloques',
- 'Blocks manager' => 'Administrar bloques',
- 'Delete' => 'Borrar',
+ 'Blocks manager' => 'Administrador de Bloques',
+ 'Delete' => 'Eliminar',
'Edit' => 'Editar',
'Name' => 'Nombre',
- 'Create New Block' => 'Crear nuevo bloque',
- 'New block' => 'Nuevo bloque',
- 'Edit block' => 'Editar bloque',
+ 'Create New Block' => 'Crear Nuevo Bloque',
+ 'New Block' => 'Nuevo Bloque',
+ 'Edit Block' => 'Editar Bloque',
'Save' => 'Guardar',
- 'Save and Exit' => 'Guardar y salir',
+ 'Save and Exit' => 'Guardar y Salir',
'Actions' => 'Acciones',
'Required field' => 'Dato requerido',
- 'This block already exists' => 'Este bloque ya esiste',
- 'This block does not exist' => 'Este bloque no esiste',
- 'Delete block: :block' => 'Borrar bloque: :block',
+ 'This block already exists' => 'Este bloque ya existe',
+ 'This block does not exist' => 'Este bloque no existe',
+ 'Delete block: :block' => 'Eliminar bloque: :block',
'Block content' => 'Contenido del bloque',
- 'Block :name deleted' => 'bloque :name borrdo',
+ 'Block :name deleted' => 'Bloque :name eliminado',
'Your changes to the block :name have been saved.' => 'Tus cambios en el bloque :name han sido guardados.',
- 'Delete block: :block' => 'Borrar bloque: :block',
- 'View Embed Code' => 'Ver codigo para incrustar',
- 'Embed Code' => 'Codigo para incrustar',
- 'Shortcode' => 'Codigo corto',
- 'PHP Code' => 'Codigo PHP',
- 'Cancel' => 'Cancel',
+ 'Delete block: :block' => 'Eliminar bloque: :block',
+ 'View Embed Code' => 'Ver código incrustado',
+ 'Embed Code' => 'Incrustar código',
+ 'Shortcode' => 'Código corto',
+ 'PHP Code' => 'Código PHP',
+ 'Cancel' => 'Cancelar',
)
- );
\ No newline at end of file
+ );
diff --git a/plugins/box/blocks/languages/sr-yu.lang.php b/plugins/box/blocks/languages/sr.lang.php
similarity index 96%
rename from plugins/box/blocks/languages/sr-yu.lang.php
rename to plugins/box/blocks/languages/sr.lang.php
index d49173b..517c070 100644
--- a/plugins/box/blocks/languages/sr-yu.lang.php
+++ b/plugins/box/blocks/languages/sr.lang.php
@@ -25,6 +25,6 @@
'Embed Code' => 'Embed Kod',
'Shortcode' => 'Kratak kod',
'PHP Code' => 'PHP kod',
- 'Cancel' => 'Cancel',
+ 'Cancel' => 'Otkaži',
)
- );
\ No newline at end of file
+ );
diff --git a/plugins/box/dashboard/languages/es.lang.php b/plugins/box/dashboard/languages/es.lang.php
new file mode 100644
index 0000000..4e970be
--- /dev/null
+++ b/plugins/box/dashboard/languages/es.lang.php
@@ -0,0 +1,11 @@
+ array(
+ 'Dashboard' => 'Dashboard',
+ 'Dashboard plugin for Monstra' => 'Dashboard plugin para Monstra',
+ 'Welcome back' => 'Bienvenido nuevamente',
+ 'Create New' => 'Crear Nuevo',
+ 'Upload File' => 'Subir Archivo',
+ )
+ );
diff --git a/plugins/box/dashboard/languages/sr.lang.php b/plugins/box/dashboard/languages/sr.lang.php
new file mode 100644
index 0000000..3cdff67
--- /dev/null
+++ b/plugins/box/dashboard/languages/sr.lang.php
@@ -0,0 +1,10 @@
+ array(
+ 'Dashboard' => 'Komandna tabla',
+ 'Dashboard plugin for Monstra' => 'Komandna tabla dodatak za Monstra',
+ 'Welcome back' => 'Dobrodošli natrag',
+ 'Create New' => 'Kreiraj novo',
+ 'Upload File' => 'Otpremi fajl',
+ )
+ );
diff --git a/plugins/box/editor/languages/sr-yu.lang.php b/plugins/box/editor/languages/sr.lang.php
similarity index 95%
rename from plugins/box/editor/languages/sr-yu.lang.php
rename to plugins/box/editor/languages/sr.lang.php
index b4158cb..0fcc977 100644
--- a/plugins/box/editor/languages/sr-yu.lang.php
+++ b/plugins/box/editor/languages/sr.lang.php
@@ -6,4 +6,4 @@
'Editor' => 'Editor',
'Editor plugin' => 'Editor dodatak',
)
- );
\ No newline at end of file
+ );
diff --git a/plugins/box/emails/languages/es.lang.php b/plugins/box/emails/languages/es.lang.php
new file mode 100644
index 0000000..81ec351
--- /dev/null
+++ b/plugins/box/emails/languages/es.lang.php
@@ -0,0 +1,19 @@
+ array(
+ 'Emails' => 'Emails',
+ 'Emails plugin for Monstra' => 'Emails plugin para Monstra',
+ 'Edit Layout' => 'Editar Layout',
+ 'Email templates' => 'Plantillas de Email',
+ 'Edit' => 'Editar',
+ 'Edit Email Template' => 'Editar Plantilla de Email',
+ 'Name' => 'Nombre',
+ 'Email template content' => 'Contenido de la plantilla de email',
+ 'Save and Exit' => 'Guardar y Salir',
+ 'Save' => 'Guardar',
+ 'Cancel' => 'Cancelar',
+ 'This email template does not exist' => 'This email template does not exist',
+ 'Your changes to the email template :name have been saved.' => 'Tus cambios en la plantilla de email :name han sido guardados.',
+ )
+ );
diff --git a/plugins/box/emails/languages/sr.lang.php b/plugins/box/emails/languages/sr.lang.php
new file mode 100644
index 0000000..9f8d4cb
--- /dev/null
+++ b/plugins/box/emails/languages/sr.lang.php
@@ -0,0 +1,18 @@
+ array(
+ 'Emails' => 'Email',
+ 'Emails plugin for Monstra' => 'Email dodatak za Monstra',
+ 'Edit Layout' => 'Izmeni izgled',
+ 'Email templates' => 'Email šabloni',
+ 'Edit' => 'Izmeni',
+ 'Edit Email Template' => 'Izmeni izgled šablonu',
+ 'Name' => 'Ime',
+ 'Email template content' => 'Email sadržaj šablona',
+ 'Save and Exit' => 'Sačuvaj i izađi',
+ 'Save' => 'Sačuvaj',
+ 'Cancel' => 'Otkaži',
+ 'This email template does not exist' => 'Ovaj šablon ne postoji',
+ 'Your changes to the email template :name have been saved.' => 'Tvoje promene na šablonu :name su uspešno sačuvane.',
+ )
+ );
diff --git a/plugins/box/filesmanager/languages/es.lang.php b/plugins/box/filesmanager/languages/es.lang.php
index 51352cc..43f162e 100644
--- a/plugins/box/filesmanager/languages/es.lang.php
+++ b/plugins/box/filesmanager/languages/es.lang.php
@@ -3,41 +3,42 @@
return array(
'filesmanager' => array(
'Files' => 'Archivos',
- 'Files manager' => 'Administrar archivos',
+ 'Files manager' => 'Administrador de archivos',
'Name' => 'Nombre',
'Actions' => 'Acciones',
- 'Delete' => 'Borrar',
+ 'Delete' => 'Eliminar',
'Upload' => 'Subir',
- 'Drop File Here' => 'Drop File Here',
- 'Maximum upload file size: :upload_max_filesize' => 'Maximum upload file size: :upload_max_filesize',
- 'Rename' => 'Rename',
- 'Renamed successfully' => 'Renamed successfully',
- 'Failure' => 'Failure',
- 'Forbidden file type' => 'Forbidden file type',
- 'Upload server error' => 'Upload server error',
- 'Can not be empty' => 'Can not be empty',
- 'Create New Directory' => 'Create New Directory',
- 'Directory Name' => 'Directory Name',
- 'Directory:' => 'Directory:',
- 'Directory was not created' => 'Directory was not created',
- 'Directory was created' => 'Directory was created',
- 'Directory was deleted' => 'Directory was deleted',
- 'Directory was not deleted' => 'Directory was not deleted',
- 'Directory exists' => 'Directory exists',
- 'File:' => 'File:',
- 'File was uploaded' => 'File was uploaded',
- 'File was not uploaded' => 'File was not uploaded',
- 'File was deleted' => 'File was deleted',
- 'File was not deleted' => 'File was not deleted',
- 'File exists' => 'File exists',
- 'Cancel' => 'Cancel',
- 'Create' => 'Create',
+ 'Drop File Here' => 'Arrastrar Archivo Aquí',
+ 'Maximum upload file size: :upload_max_filesize' => 'Tamaño máximo del archivo: :upload_max_filesize',
+ 'Rename' => 'Renombrar',
+ 'Renamed successfully' => 'Renombrado exitoso',
+ 'Failure' => 'Fracaso',
+ 'Forbidden file type' => 'Tipo de archivo prohibido',
+ 'Upload server error' => 'Error del servidor',
+ 'Can not be empty' => 'No puede estar vacío',
+ 'Create New Directory' => 'Crear Nuevo Directorio',
+ 'Directory Name' => 'Nombre del Directorio',
+ 'Directory:' => 'Directorio:',
+ 'Directory was not created' => 'El directorio no fue creado',
+ 'Directory was created' => 'El directorio fue creado',
+ 'Directory was deleted' => 'El directorio fue eliminado',
+ 'Directory was not deleted' => 'El directorio no fue eliminado',
+ 'Directory exists' => 'Directorio existente',
+ 'File:' => 'Archivo:',
+ 'File was uploaded' => 'El archivo fue subido',
+ 'File was not uploaded' => 'El archivo no fue subido',
+ 'File was deleted' => 'El archivo fue eliminado',
+ 'File was not deleted' => 'El archivo fue eliminado',
+ 'File exists' => 'Archivo existente',
+ 'Cancel' => 'Cancelar',
+ 'Create' => 'Crear',
'directory' => 'directorio',
- 'Delete directory: :dir' => 'Borrar directorio: :dir',
- 'Delete file: :file' => 'Borrar archivo :file',
- 'Extension' => 'Extension',
+ 'Delete directory: :dir' => 'Eliminar directorio: :dir',
+ 'Delete file: :file' => 'Eliminar archivo :file',
+ 'Extension' => 'Extensión',
'Size' => 'Tamaño',
- 'Select file' => 'Select file',
- 'Change' => 'Change',
+ 'Select file' => 'Seleccionar archivo',
+ 'Change' => 'Cambiar',
)
);
+
diff --git a/plugins/box/filesmanager/languages/sr-yu.lang.php b/plugins/box/filesmanager/languages/sr-yu.lang.php
deleted file mode 100644
index 6009f16..0000000
--- a/plugins/box/filesmanager/languages/sr-yu.lang.php
+++ /dev/null
@@ -1,42 +0,0 @@
- array(
- 'Files' => 'Fajlovi',
- 'Files manager' => 'Menadžer fajlova',
- 'Name' => 'Ime',
- 'Actions' => 'Akcije',
- 'Delete' => 'Obriši',
- 'Upload' => 'Dodaj',
- 'Drop File Here' => 'Drop File Here',
- 'Maximum upload file size: :upload_max_filesize' => 'Maximum upload file size: :upload_max_filesize',
- 'Rename' => 'Rename',
- 'Renamed successfully' => 'Renamed successfully',
- 'Failure' => 'Failure',
- 'Forbidden file type' => 'Forbidden file type',
- 'Upload server error' => 'Upload server error',
- 'Can not be empty' => 'Can not be empty',
- 'Create New Directory' => 'Create New Directory',
- 'Directory Name' => 'Directory Name',
- 'Directory:' => 'Directory:',
- 'Directory was not created' => 'Directory was not created',
- 'Directory was created' => 'Directory was created',
- 'Directory was deleted' => 'Directory was deleted',
- 'Directory was not deleted' => 'Directory was not deleted',
- 'Directory exists' => 'Directory exists',
- 'File:' => 'File:',
- 'File was uploaded' => 'File was uploaded',
- 'File was not uploaded' => 'File was not uploaded',
- 'File was deleted' => 'File was deleted',
- 'File was not deleted' => 'File was not deleted',
- 'File exists' => 'File exists',
- 'Cancel' => 'Cancel',
- 'Create' => 'Create',
- 'directory' => 'Direktorijum',
- 'Delete directory: :dir' => 'Obriši direktorijum: :dir',
- 'Delete file: :file' => 'Obriši fajl :file',
- 'Extension' => 'Extenzija',
- 'Size' => 'Veličina',
- 'Select file' => 'Select file',
- )
- );
diff --git a/plugins/box/filesmanager/languages/sr.lang.php b/plugins/box/filesmanager/languages/sr.lang.php
new file mode 100644
index 0000000..cd7aac8
--- /dev/null
+++ b/plugins/box/filesmanager/languages/sr.lang.php
@@ -0,0 +1,42 @@
+ array(
+ 'Files' => 'Fajlovi',
+ 'Files manager' => 'Menadžer fajlova',
+ 'Name' => 'Ime',
+ 'Actions' => 'Akcije',
+ 'Delete' => 'Obriši',
+ 'Upload' => 'Dodaj',
+ 'Drop File Here' => 'Ostavi fajl ovde',
+ 'Maximum upload file size: :upload_max_filesize' => 'Maksimum veličina fajla za dodavanje: :upload_max_filesize',
+ 'Rename' => 'Promeni ime',
+ 'Renamed successfully' => 'Ime uspešno promenjeno',
+ 'Failure' => 'Dogodila se greška',
+ 'Forbidden file type' => 'Zabranjena ekstenzija fajla',
+ 'Upload server error' => 'Greška prilikom dodavanja servera',
+ 'Can not be empty' => 'Ne može biti prazno',
+ 'Create New Directory' => 'Napravi novi direktorijum',
+ 'Directory Name' => 'Ime direktorijuma',
+ 'Directory:' => 'Direktorijum:',
+ 'Directory was not created' => 'Direktorijum nije kreiran',
+ 'Directory was created' => 'Diektorijum je kreiran',
+ 'Directory was deleted' => 'Direktorijum je obrisan',
+ 'Directory was not deleted' => 'Direktorijum nije obrisan',
+ 'Directory exists' => 'Direktorijum već postoji',
+ 'File:' => 'Fajl:',
+ 'File was uploaded' => 'Fajl je dodat',
+ 'File was not uploaded' => 'Fajl nije dodat',
+ 'File was deleted' => 'Fajl je obrisan',
+ 'File was not deleted' => 'Fajl nije obrisan',
+ 'File exists' => 'Fajl već postoji',
+ 'Cancel' => 'Otkaži',
+ 'Create' => 'Kreiraj',
+ 'directory' => 'Direktorijum',
+ 'Delete directory: :dir' => 'Obriši direktorijum: :dir',
+ 'Delete file: :file' => 'Obriši fajl :file',
+ 'Extension' => 'Extenzija',
+ 'Size' => 'Veličina',
+ 'Select file' => 'Odaberi fajl',
+ )
+ );
diff --git a/plugins/box/information/languages/es.lang.php b/plugins/box/information/languages/es.lang.php
index 16f80fe..0bc2e34 100644
--- a/plugins/box/information/languages/es.lang.php
+++ b/plugins/box/information/languages/es.lang.php
@@ -8,33 +8,33 @@
'Value' => 'Valor',
'Security' => 'Seguridad',
'System' => 'Sistema',
- 'on' => 'Encendido',
- 'off'=> 'Apagado',
+ 'on' => 'Activado',
+ 'off'=> 'Desactivado',
'Server' => 'Servidor',
- 'PHP version' => 'Version PHP',
- 'SimpleXML module' => 'SimpleXML modulo',
- 'DOM module' => 'DOM modulo',
+ 'PHP version' => 'Versión PHP',
+ 'SimpleXML module' => 'Módulo SimpleXML',
+ 'DOM module' => 'Módulo DOM',
'Installed' => 'Instalado',
'Not Installed' => 'No instalado',
- 'Security check results' => 'Resultados de control de seguridad',
+ 'Security check results' => 'Resultados del control de seguridad',
'The configuration file has been found to be writable. We would advise you to remove all write permissions on defines.php on production systems.' =>
- 'El archivo de configuración se ha encontrado ser de escritura. Les recomendamos quitar todos los permisos de escritura en defines.php en los sistemas de producción.',
+ 'El archivo de configuración se ha encontrado ser de escritura. Le recomendamos quitar todos los permisos de escritura en defines.php en los sistemas de producción.',
'The Monstra core directory (":path") and/or files underneath it has been found to be writable. We would advise you to remove all write permissions.
You can do this on unix systems with: chmod -R a-w :path
' =>
- 'El directorio núcleo Monstra (":path") y / o los archivos por debajo de ella se ha encontrado para tener permisos de escritura. Les recomendamos quitar todos los permisos de escritura.
Usted puede hacer esto en sistemas Unix con: chmod-R aw: path
',
+ 'El directorio núcleo Monstra (":path") y/o los archivos por debajo de ella se han encontrado ser de escritura. Le recomendamos quitar todos los permisos de escritura.
Usted puede hacer esto en sistemas Unix con: chmod -R a-w :path
',
'The Monstra .htaccess file has been found to be writable. We would advise you to remove all write permissions.
You can do this on unix systems with: chmod a-w :path
' =>
- 'El Monstra. Htaccess se ha encontrado para tener permisos de escritura. Les recomendamos quitar todos los permisos de escritura.
Usted puede hacer esto en sistemas Unix con: chmod a-w :path
',
+ 'El archivo .htaccess de Monstra se ha encontrado ser de escritura. Le recomendamos quitar todos los permisos de escritura.
Usted puede hacer esto en sistemas Unix con: chmod a-w :path
',
'The Monstra index.php file has been found to be writable. We would advise you to remove all write permissions.
You can do this on unix systems with: chmod a-w :path
' =>
- 'El archivo index.php Monstra se ha encontrado ser de escritura. Les recomendamos quitar todos los permisos de escritura.
Usted puede hacer esto en sistemas Unix con: chmod a-w :path
',
+ 'El archivo index.php de Monstra se ha encontrado ser de escritura. Le recomendamos quitar todos los permisos de escritura.
Usted puede hacer esto en sistemas Unix con: chmod a-w :path
',
'Due to the type and amount of information an error might give intruders when Core::$environment = Core::DEVELOPMENT, we strongly advise setting Core::PRODUCTION in production systems.' =>
- 'Debido al tipo y cantidad de información que un error podría dar a los intrusos cuando Core::$environment = Core::DEVELOPMENT,le recomendamos ajuste Core::PRODUCTION en sistemas de producción.',
- 'Monstra version' => 'Monstra version',
+ 'Debido al tipo y cantidad de información que un error podría dar a los intrusos cuando Core::$environment = Core::DEVELOPMENT, le recomendamos ajuste Core::PRODUCTION en sistemas de producción.',
+ 'Monstra version' => 'Monstra versión',
'Directory Permissions' => 'Permisos de directorios',
'Directory' => 'Directorio',
- 'Writable' => 'Adcesible',
- 'Unwritable' => 'No adcesible',
+ 'Writable' => 'Accesible',
+ 'Unwritable' => 'No accesible',
'Status' => 'Estado',
'PHP Built On' => 'PHP Construido En',
'Web Server' => 'Servidor Web',
- 'WebServer to PHP Interface' => 'Servidor web en PHP Interface',
+ 'WebServer to PHP Interface' => 'Servidor Web En Interfaz PHP',
)
- );
\ No newline at end of file
+ );
diff --git a/plugins/box/information/languages/sr-yu.lang.php b/plugins/box/information/languages/sr.lang.php
similarity index 64%
rename from plugins/box/information/languages/sr-yu.lang.php
rename to plugins/box/information/languages/sr.lang.php
index f24ddc3..e20a1dd 100644
--- a/plugins/box/information/languages/sr-yu.lang.php
+++ b/plugins/box/information/languages/sr.lang.php
@@ -17,15 +17,11 @@
'Installed' => 'Instalirano',
'Not Installed' => 'Nije instalirano',
'Security check results' => 'Sigurnosna provera rezultata',
- 'The configuration file has been found to be writable. We would advise you to remove all write permissions on defines.php on production systems.' =>
- 'Konfiguracioni fajl je nadjen da može biti upisan. Mi vas savetujemo da uklonite dozvole na fajlu defines.php ukoliko vam je svanični sajt.',
- 'The Monstra core directory (":path") and/or files underneath it has been found to be writable. We would advise you to remove all write permissions.
You can do this on unix systems with: chmod -R a-w :path
' =>
- 'Monstra direktorijum je (":path") i/ili fajlovi unutar toga su nadjeni da mogu biti zapisani. Mi vas savetujemo da uklonite te dozvole zapisivanja.
Na unix sistemima možete to uraditi sa: chmod -R a-w :path
',
- 'The Monstra .htaccess file has been found to be writable. We would advise you to remove all write permissions.
You can do this on unix systems with: chmod a-w :path
' => 'Monstra je .htaccess fajlu našla mogućnost upisivanja. Mi vas savetujemo da promenite te dozvole.
Na unix sistemima možete to uraditi sa: chmod a-w :path
',
- 'The Monstra index.php file has been found to be writable. We would advise you to remove all write permissions.
You can do this on unix systems with: chmod a-w :path
' =>
- 'Monstra je pronašla index.php fajl da može da se upisuje. Mi vas savetujemo da promenite dozvole upisivanja.
Na unix sistemima možete to uraditi sa: chmod a-w :path
',
- 'Due to the type and amount of information an error might give intruders when Core::$environment = Core::DEVELOPMENT, we strongly advise setting Core::PRODUCTION in production systems.' =>
- 'Tokom ovolike količine informacija o kreškama, moguće je da imate uljeze ili hakerske napade u Core::$environment = Core::DEVELOPMENT, Mi vas savetujemo da se prebacite na Core::PRODUCTION U produkciskim sistemima.',
+ 'The configuration file has been found to be writable. We would advise you to remove all write permissions on defines.php on production systems.' => 'Konfiguracioni fajl je nadjen da može biti upisan. Mi vas savetujemo da uklonite dozvole na fajlu defines.php ukoliko vam je svanični sajt.',
+ 'The Monstra core directory (":path") and/or files underneath it has been found to be writable. We would advise you to remove all write permissions.
You can do this on unix systems with: chmod -R a-w :path
' => 'Monstra direktorijum je (":path") i/ili fajlovi unutar toga su nadjeni da mogu biti zapisani. Mi vas savetujemo da uklonite te dozvole zapisivanja.
Na unix sistemima možete to uraditi sa: chmod -R a-w :path
',
+ 'The Monstra .htaccess file has been found to be writable. We would advise you to remove all write permissions.
You can do this on unix systems with: chmod a-w :path
' => 'Monstra je .htaccess fajlu našla mogućnost upisivanja. Mi vas savetujemo da promenite te dozvole.
Na unix sistemima možete to uraditi sa: chmod a-w :path
',
+ 'The Monstra index.php file has been found to be writable. We would advise you to remove all write permissions.
You can do this on unix systems with: chmod a-w :path
' => 'Monstra je pronašla index.php fajl da može da se upisuje. Mi vas savetujemo da promenite dozvole upisivanja.
Na unix sistemima možete to uraditi sa: chmod a-w :path
',
+ 'Due to the type and amount of information an error might give intruders when Core::$environment = Core::DEVELOPMENT, we strongly advise setting Core::PRODUCTION in production systems.' => 'Tokom ovolike količine informacija o greškama, moguće je da imate uljeze ili hakerske napade u Core::$environment = Core::DEVELOPMENT, Mi vas savetujemo da se prebacite na Core::PRODUCTION U produkciskim sistemima.',
'Monstra version' => 'Monstra verzija',
'Directory Permissions' => 'Dozvole direktorijuma',
'Directory' => 'Direktorijum',
@@ -36,4 +32,4 @@
'Web Server' => 'Web Server',
'WebServer to PHP Interface' => 'WebServer to PHP Interface',
)
- );
\ No newline at end of file
+ );
diff --git a/plugins/box/menu/languages/es.lang.php b/plugins/box/menu/languages/es.lang.php
index 4a9296d..9e15724 100644
--- a/plugins/box/menu/languages/es.lang.php
+++ b/plugins/box/menu/languages/es.lang.php
@@ -2,27 +2,27 @@
return array(
'menu' => array(
- 'Menu' => 'Menu',
- 'Menu Manager' => 'Administrar menu',
+ 'Menu' => 'Menús',
+ 'Menu Manager' => 'Administrador de menús',
'Edit' => 'Editar',
'Name' => 'Nombre',
- 'Delete' => 'Borrar',
+ 'Delete' => 'Eliminar',
'Order' => 'Orden',
'Actions' => 'Acciones',
- 'Create New Item' => 'Crear nuevo item',
- 'New Item' => 'Nuevo item',
- 'Item name' => 'Nombre item',
- 'Item order' => 'Orden item',
- 'Item target' => 'target de item',
- 'Item link' => 'Enlace item',
- 'Item category' => 'categoría del item',
+ 'Create New Item' => 'Crear Nuevo Item',
+ 'New item' => 'Nuevo Item',
+ 'Item name' => 'Nombre del Item',
+ 'Item order' => 'Orden del Item',
+ 'Item target' => 'Target del Item',
+ 'Item link' => 'Enlace del Item',
+ 'Item category' => 'Categoría del Item',
'Save' => 'Guardar',
- 'Edit Item' => 'Editar item',
- 'Delete Item :name' => 'Borrar item :name',
- 'Select page' => 'Seleccionar pagina',
- 'Category' => 'Categoria',
- 'Select category' => 'Seleccionar categoria',
+ 'Edit item' => 'Editar Item',
+ 'Delete item :name' => 'Eliminar Item: :name ?',
+ 'Select page' => 'Seleccionar página',
+ 'Category' => 'Categoría',
+ 'Select category' => 'Seleccionar categoría',
'Required Field' => 'Dato requerido',
- 'Cancel' => 'Cancel',
+ 'Cancel' => 'Cancelar',
)
- );
\ No newline at end of file
+ );
diff --git a/plugins/box/menu/languages/sr-yu.lang.php b/plugins/box/menu/languages/sr.lang.php
similarity index 95%
rename from plugins/box/menu/languages/sr-yu.lang.php
rename to plugins/box/menu/languages/sr.lang.php
index e0a6bad..27e7da3 100644
--- a/plugins/box/menu/languages/sr-yu.lang.php
+++ b/plugins/box/menu/languages/sr.lang.php
@@ -23,6 +23,6 @@
'Category' => 'Kategorija',
'Select category' => 'Odaberi kategoriju',
'Required field' => 'Polje je potrebno',
- 'Cancel' => 'Cancel',
+ 'Cancel' => 'Otkaži',
)
- );
\ No newline at end of file
+ );
diff --git a/plugins/box/pages/languages/es.lang.php b/plugins/box/pages/languages/es.lang.php
index 563cb55..186cf2b 100644
--- a/plugins/box/pages/languages/es.lang.php
+++ b/plugins/box/pages/languages/es.lang.php
@@ -2,18 +2,18 @@
return array(
'pages' => array(
- 'Pages' => 'Paginas',
- 'Pages manager' => 'Administrar paginas',
+ 'Pages' => 'Páginas',
+ 'Pages manager' => 'Administrador de páginas',
'Content' => 'Contenido',
- 'Create New Page' => 'Crear nueva pagina',
- 'New Page' => 'Nueva pagina',
- 'Edit Page' => 'Editar pagina',
+ 'Create New Page' => 'Crear Nueva Página',
+ 'New Page' => 'Nueva página',
+ 'Edit Page' => 'Editar página',
'Date' => 'Fecha',
'Clone' => 'Clonar',
'Edit' => 'Editar',
- 'Delete' => 'Borrar',
- 'Delete Page: :page' => 'Borrar pagina: :page',
- 'Title' => 'Titulo',
+ 'Delete' => 'Eliminar',
+ 'Delete page: :page' => 'Eliminar página: :page ?',
+ 'Title' => 'Título',
'Name' => 'Nombre',
'Author' => 'Autor',
'Name (slug)' => 'Nombre (slug)',
@@ -22,34 +22,34 @@
'Parent' => 'Pariente de',
'Template' => 'Plantilla',
'Year' => 'Año',
- 'Day' => 'dia',
+ 'Day' => 'Día',
'Month' => 'Mes',
'Hour' => 'Hora',
'Minute' => 'Minutos',
'Second' => 'Segundos',
- 'This field should not be empty' => 'Este campo no puede estar vacío',
+ 'This field should not be empty' => 'Este campo no puede quedar vacío',
'This page already exists' => 'Esta página ya existe',
'Extra' => 'Extra',
'Save' => 'Guardar',
- 'Save and exit' => 'Guardar y salir',
- 'Your changes to the page :page have been saved.' => 'Los cambios realizados en la página :page se han guardado.',
+ 'Save and Exit' => 'Guardar y Salir',
+ 'Your changes to the page :page have been saved.' => 'Los cambios realizados en la página :page han sido guardados.',
'The page :page cloned.' => 'La página :page se ha clonado.',
- 'Status' => 'Status',
+ 'Status' => 'Estado',
'Actions' => 'Acciones',
'Add' => 'Añadir',
'Published' => 'Publicado',
'Draft' => 'Borrador',
'Published on' => 'Publicada el',
- 'Edit 404 Page' => 'Editar la página 404',
- 'Page :page deleted' => 'Pagina :page borrada',
+ 'Edit 404 Page' => 'Editar Página 404',
+ 'Page :page deleted' => 'Pagina :page eliminada',
'Search Engines Robots' => 'Motores de búsqueda Robots',
- 'Page' => 'Pagina',
+ 'Page' => 'Página',
'Metadata' => 'Metadata',
'Settings' => 'Ajustes',
'Required field' => 'Dato requerido',
'Access' => 'Acceso',
- 'Public' => 'Publico',
+ 'Public' => 'Público',
'Registered' => 'Registrado',
- 'Cancel' => 'Cancel',
+ 'Cancel' => 'Cancelar',
)
- );
\ No newline at end of file
+ );
diff --git a/plugins/box/pages/languages/sr-yu.lang.php b/plugins/box/pages/languages/sr.lang.php
similarity index 96%
rename from plugins/box/pages/languages/sr-yu.lang.php
rename to plugins/box/pages/languages/sr.lang.php
index 887a80e..2da13d4 100644
--- a/plugins/box/pages/languages/sr-yu.lang.php
+++ b/plugins/box/pages/languages/sr.lang.php
@@ -4,7 +4,7 @@
'pages' => array(
'Pages' => 'Strane',
'Pages manager' => 'Menadžer strana',
- 'Content' => 'Ssadržaj',
+ 'Content' => 'Sadržaj',
'Create new page' => 'Kreiraj novu stranu',
'New page' => 'Nova strana',
'Edit page' => 'Izemni stranu',
@@ -50,6 +50,6 @@
'Access' => 'Pristup',
'Public' => 'Javno',
'Registered' => 'Registrovani',
- 'Cancel' => 'Cancel',
+ 'Cancel' => 'Otkaži',
)
- );
\ No newline at end of file
+ );
diff --git a/plugins/box/plugins/languages/es.lang.php b/plugins/box/plugins/languages/es.lang.php
index 005fdc9..f40948c 100644
--- a/plugins/box/plugins/languages/es.lang.php
+++ b/plugins/box/plugins/languages/es.lang.php
@@ -6,16 +6,16 @@
'Name' => 'Nombre',
'Actions' => 'Acciones',
'Description' => 'Descripción',
- 'Installed' => 'Instalado',
- 'Install New' => 'Instalar nuevo',
- 'Delete' => 'Borrar',
+ 'Installed' => 'Instalados',
+ 'Install New' => 'Instalar Nuevo',
+ 'Delete' => 'Eliminar',
'Delete plugin :plugin' => 'Eliminar plugin :plugin',
'This plugin does not exist' => 'Este plugin no existe',
- 'Version' => 'Version',
+ 'Version' => 'Versión',
'Author' => 'Autor',
- 'Get More Plugins' => 'Obtener mas plugins',
+ 'Get More Plugins' => 'Obtener más plugins',
'Install' => 'Instalar',
'Uninstall' => 'Desinstalar',
- 'README.md not found' => 'README.md not found',
+ 'README.md not found' => 'README.md no encontrado',
)
- );
\ No newline at end of file
+ );
diff --git a/plugins/box/plugins/languages/sr-yu.lang.php b/plugins/box/plugins/languages/sr.lang.php
similarity index 90%
rename from plugins/box/plugins/languages/sr-yu.lang.php
rename to plugins/box/plugins/languages/sr.lang.php
index b6368a8..cc54c12 100644
--- a/plugins/box/plugins/languages/sr-yu.lang.php
+++ b/plugins/box/plugins/languages/sr.lang.php
@@ -16,6 +16,6 @@
'Get More Plugins' => 'Dodaj još dodataka',
'Install' => 'Instaliraj',
'Uninstall' => 'Deinstaliraj',
- 'README.md not found' => 'README.md not found',
+ 'README.md not found' => 'README.md Nije nađeno',
)
- );
\ No newline at end of file
+ );
diff --git a/plugins/box/sitemap/languages/sr-yu.lang.php b/plugins/box/sitemap/languages/sr.lang.php
similarity index 59%
rename from plugins/box/sitemap/languages/sr-yu.lang.php
rename to plugins/box/sitemap/languages/sr.lang.php
index 5c5a272..4547d31 100644
--- a/plugins/box/sitemap/languages/sr-yu.lang.php
+++ b/plugins/box/sitemap/languages/sr.lang.php
@@ -2,6 +2,6 @@
return array(
'sitemap' => array(
- 'Sitemap' => 'Mapasajta',
+ 'Sitemap' => 'Mapa sajta',
)
- );
\ No newline at end of file
+ );
diff --git a/plugins/box/snippets/languages/es.lang.php b/plugins/box/snippets/languages/es.lang.php
index ff45592..dc1058b 100644
--- a/plugins/box/snippets/languages/es.lang.php
+++ b/plugins/box/snippets/languages/es.lang.php
@@ -3,28 +3,28 @@
return array(
'snippets' => array(
'Snippets' => 'Snippets',
- 'Snippets manager' => 'Snippets administrador',
+ 'Snippets manager' => 'Administrador de Snippets',
'Actions' => 'Acciones',
- 'Delete' => 'Borrar',
+ 'Delete' => 'Eliminar',
'Edit' => 'Editar',
'Name' => 'Nombre',
- 'Create New Snippet' => 'Crear nuevo snippet',
- 'New Snippet' => 'Nuevo snippet',
- 'Edit snippet' => 'Editar snippet',
+ 'Create New Snippet' => 'Crear Nuevo Snippet',
+ 'New Snippet' => 'Nuevo Snippet',
+ 'Edit snippet' => 'Editar Snippet',
'Save' => 'Guardar',
- 'Save and Exit' => 'Guardar y salir',
- 'This snippet already exists' => 'Este snippet que ya existe',
+ 'Save and Exit' => 'Guardar y Salir',
+ 'This snippet already exists' => 'Este snippet ya existe',
'This snippet does not exist' => 'Este snippet no existe',
'Delete snippet: :snippet' => 'Eliminar snippet: :snippet',
- 'Snippet content' => 'Contenido de snippet',
- 'Snippet :name deleted' => 'Snippet :name borrado',
- 'Your changes to the snippet :name have been saved.' => 'Los cambios realizados en el snippet :name se han guardado.',
- 'Delete snippet: :snippet' => 'Delete snippet: :snippet',
+ 'Snippet content' => 'Contenido del snippet',
+ 'Snippet :name deleted' => 'Snippet :name eliminado',
+ 'Your changes to the snippet :name have been saved.' => 'Los cambios realizados en el snippet :name han sido guardados.',
+ 'Delete snippet: :snippet' => 'Eliminar snippet: :snippet',
'Required field' => 'Dato requerido',
- 'View Embed Code' => 'Ver codigo incrustado',
- 'Embed Code' => 'Codigo incrustado',
- 'Shortcode' => 'Codigo corto',
- 'PHP Code' => 'Codigo PHP',
- 'Cancel' => 'Cancel',
+ 'View Embed Code' => 'Ver código incrustado',
+ 'Embed Code' => 'Código incrustado',
+ 'Shortcode' => 'Código corto',
+ 'PHP Code' => 'Código PHP',
+ 'Cancel' => 'Cancelar',
)
- );
\ No newline at end of file
+ );
diff --git a/plugins/box/snippets/languages/sr-yu.lang.php b/plugins/box/snippets/languages/sr.lang.php
similarity index 92%
rename from plugins/box/snippets/languages/sr-yu.lang.php
rename to plugins/box/snippets/languages/sr.lang.php
index 0225769..f2b3ea4 100644
--- a/plugins/box/snippets/languages/sr-yu.lang.php
+++ b/plugins/box/snippets/languages/sr.lang.php
@@ -12,7 +12,7 @@
'New snippet' => 'Novi klip',
'Edit snippet' => 'Izmeni klip',
'Save' => 'Sačuvaj',
- 'Save and exit' => 'sačuvaj i izađi',
+ 'Save and exit' => 'Sačuvaj i izađi',
'This snippet already exists' => 'Ovaj klip već postoji',
'This snippet does not exist' => 'Ovaj klip ne postoji',
'Delete snippet: :snippet' => 'Obriši klip: :snippet',
@@ -25,6 +25,6 @@
'Embed Code' => 'Embed kod',
'Shortcode' => 'Kratak kod',
'PHP Code' => 'PHP kod',
- 'Cancel' => 'Cancel',
+ 'Cancel' => 'Otkaži',
)
- );
\ No newline at end of file
+ );
diff --git a/plugins/box/system/languages/es.lang.php b/plugins/box/system/languages/es.lang.php
index 2da850e..8e90a6c 100644
--- a/plugins/box/system/languages/es.lang.php
+++ b/plugins/box/system/languages/es.lang.php
@@ -4,79 +4,79 @@
'system' => array(
'System' => 'Sistema',
'Published a new version of the :monstra' => 'Publicada una nueva versión de :monstra',
- 'Sitemap created' => 'Mapa Web creada',
- 'Create Sitemap' => 'Crear mapa Web',
+ 'Sitemap created' => 'Mapa del Sitio creado',
+ 'Create Sitemap' => 'Crear Mapa del Sitio',
'on' => 'Encender',
'off'=> 'Apagar',
- 'Site Url' => 'Url Web',
- 'Maintenance Mode' => 'Modo mantenimiento',
- 'Maintenance Mode On' => 'Encender modo Mantenimiento',
- 'Maintenance Mode Off' => 'Apagar modo Mantenimiento',
- 'Site Settings' => 'Configuración Web',
+ 'Site Url' => 'URL del Sitio',
+ 'Maintenance Mode' => 'Modo Mantenimiento',
+ 'Maintenance Mode On' => 'Encender Modo Mantenimiento',
+ 'Maintenance Mode Off' => 'Apagar Modo Mantenimiento',
+ 'Site Settings' => 'Configuración del sitio',
'System Settings' => 'Configuración del sistema',
- 'Site Name' => 'Nombre Web',
- 'Site Description' => 'Descripción Web',
- 'Site Keywords' => 'Palabras clave Web',
- 'Site Slogan' => 'Lema Web',
+ 'Site Name' => 'Nombre del Sitio',
+ 'Site Description' => 'Descripción del sitio',
+ 'Site Keywords' => 'Palabras clave del sitio',
+ 'Site Slogan' => 'Lema del sitio',
'Default Page' => 'Página por defecto',
'Time zone' => 'Zona horaria',
'Language' => 'Lenguaje',
'Email' => 'Email',
'Save' => 'Guardar',
- 'Site' => 'Web',
- 'System Version' => 'Version Web',
- 'System Version ID' => 'Version Web ID',
+ 'Site' => 'Sitio',
+ 'System Version' => 'Versión del Sistema',
+ 'System Version ID' => 'ID de Versión Web',
'GZIP' => 'GZIP',
'Debugging' => 'Depuración',
'Plugin API' => 'Plugin API',
- 'Plugins Active' => 'Plugins activos',
- 'Actions Registered' => 'Acciones registradas',
- 'Filters Registered' => 'Filtros registrados',
- 'Log Out' => 'Salir',
- 'site' => 'Web',
- 'Core' => 'Core',
- 'Delete Temporary Files' => 'Borre los archivos temporales',
- 'Download the latest version' => 'Descargue la versión más reciente',
- 'Powered by' => 'Desarrollado por',
+ 'Plugins active' => 'Plugins activos',
+ 'Actions registered' => 'Acciones registradas',
+ 'Filters registered' => 'Filtros registrados',
+ 'Delete Temporary Files' => 'Eliminar Archivos Temporales',
+ 'Download the latest version' => 'Descarguar la versión más reciente',
+ 'Powered by' => 'Powered by',
'Administration' => 'Administración',
'Settings' => 'Configuración',
'Temporary files deleted' => 'Archivos temporales eliminados',
'Extends' => 'Extensiones',
- 'View Site' => 'Ver Web',
+ 'View Site' => 'Ver Sitio',
'Welcome, :username' => 'Bienvenido, :username',
'Reset Password' => 'Restablecer contraseña',
- 'Back to Website' => 'Regreso a la Página Web',
- 'Forgot your password ?' => 'Olvidó su contraseña ?',
+ 'Back to Website' => 'Regresar al Sitio Web',
+ 'Forgot your password? >' => '¿Olvidó su contraseña? >',
'Administration >' => 'Administración >',
'Send New Password' => 'Enviar nueva contraseña',
'This user does not exist' => 'Este usuario no existe',
- 'Version' => 'Version',
- 'Plugin does not exist' => 'Plugin no existe',
- 'Install script writable' => 'Install script es modificable',
- 'Install script not writable' => 'Install script no puede escribir',
- 'Directory: :dir writable' => 'Directorio: :dir es modificable',
- 'Directory: :dir not writable' => 'Directorio: :dir no puede escribir',
- 'PHP Version' => 'Version PHP',
- 'Module DOM is installed' => 'Modulo DOM está instalado',
- 'Module DOM is required' => 'Modulo DOM es requerido',
- 'Module Mod Rewrite is installed' => 'Modulo Mod Rewrite está instalado',
- 'Module SimpleXML is installed' => 'Modulo SimpleXML está instalado',
- 'PHP 5.2 or greater is required' => 'PHP 5.2 o mayor es requerido',
- 'Apache Mod Rewrite is required' => 'Apache Mod Rewrite es requerido',
- 'SimpleXML module is required' => 'SimpleXML modulo es requerido',
- 'Field "Site name" is empty' => 'El campo "Nombre Web" está vacío',
- 'Field "Email" is empty' => 'El campo "Correo electrónico" está vacío',
+ 'Version' => 'Versión',
+ 'Plugin does not exist' => 'El plugin no existe',
+ 'Help' => 'Ayuda',
+ 'Install script writable' => 'Instalación de scripts accesible',
+ 'Install script not writable' => 'Instalación de scripts no accesible',
+ 'Directory: :dir writable' => 'Directorio: :dir accesible',
+ 'Directory: :dir not writable' => 'Directorio: :dir no accesible',
+ 'PHP Version' => 'Versión PHP',
+ 'Module DOM is installed' => 'El módulo DOM está instalado',
+ 'Module DOM is required' => 'Módulo DOM es requerido',
+ 'Module Mod Rewrite is installed' => 'El módulo Mod_Rewrite está instalado',
+ 'Module SimpleXML is installed' => 'El módulo SimpleXML está instalado',
+ 'PHP 5.2 or greater is required' => 'PHP 5.2 o superior es requerido',
+ 'Apache Mod Rewrite is required' => 'Apache Mod_Rewrite es requerido',
+ 'SimpleXML module is required' => 'El módulo SimpleXML es requerido',
+ 'Field "Site name" is empty' => 'El campo "Nombre del Sitio" está vacío',
+ 'Field "Email" is empty' => 'El campo "Correo Electrónico" está vacío',
'Field "Username" is empty' => 'El campo "Nombre de usuario" está vacío',
'Field "Password" is empty' => 'El campo "Contraseña" está vacío',
- 'Field "Site url" is empty' => 'El campo "URL Web" está vacío',
- 'Email not valid' => 'Correo no es válido',
+ 'Field "Site url" is empty' => 'El campo "URL del Sitio" está vacío',
+ 'Email not valid' => 'El correo no es válido',
+ 'Continue' => 'Continuar',
'Install' => 'Instalar',
'...Monstra says...' => '...Monstra dice...',
- 'Sitemap file writable' => 'Archivo Mapa Web es modificable',
- 'Sitemap file not writable' => 'Archivo Mapa Web no modificable',
- 'Main .htaccess file writable' => 'Archivo principal .htaccess esmodificable',
- 'Main .htaccess file not writable' => 'Archivo principal .htaccess no modificable',
+ 'Sitemap file writable' => 'El archivo del Mapa del Sitio es accesible',
+ 'Sitemap file not writable' => 'El archivo del Mapa del Sitio no es accesible',
+ 'Main .htaccess file writable' => 'El archivo principal .htaccess es accesible',
+ 'Main .htaccess file not writable' => 'El archivo principal .htaccess no es accesible',
'Official Support Forum' => 'Foro de Soporte Oficial',
'Documentation' => 'Documentación',
+ 'Your changes have been saved.' => 'Tus cambios han sido guardados.',
)
);
diff --git a/plugins/box/system/languages/sr-yu.lang.php b/plugins/box/system/languages/sr.lang.php
similarity index 94%
rename from plugins/box/system/languages/sr-yu.lang.php
rename to plugins/box/system/languages/sr.lang.php
index 1419a17..bd7119a 100644
--- a/plugins/box/system/languages/sr-yu.lang.php
+++ b/plugins/box/system/languages/sr.lang.php
@@ -3,7 +3,7 @@
return array(
'system' => array(
'System' => 'Sistem',
- 'Published a new version of the :monstra' => 'Objavi novu verziju :monstr-e',
+ 'Published a new version of the :monstra' => 'Objavili smo novu verziju :monstr-e',
'Sitemap created' => 'Mapa sajta je Kreirana!!!',
'Create sitemap' => 'Kreiraj Mapu sajta',
'on' => 'uključeno',
@@ -30,8 +30,8 @@
'Debugging' => 'Odklanjanje grešaka',
'Plugin API' => 'Dodatak API',
'Plugins active' => 'Aktivni Dodaci',
- 'Actions registered' => 'Actions registered',
- 'Filters registered' => 'Filters registered',
+ 'Actions registered' => 'Akcije su registrovane',
+ 'Filters registered' => 'Filteri su registrovani',
'logout' => 'Izloguj se',
'site' => 'Sajt',
'Core' => 'Sistem',
@@ -44,15 +44,14 @@
'Extends' => 'Proširenja',
'View site' => 'Pogledaj sajt',
'Welcome, :username' => 'Dobrodošao, :username',
- 'Reset Password' => 'resetuj šifru',
+ 'Reset Password' => 'Resetuj šifru',
'Back to Website' => 'Nazad da websajt',
'Forgot your password ?' => 'Zaboravio si svoju šifru ?',
'Administration' => 'Administracija',
- 'Send New Password' => 'Pošaljki novu šifru',
+ 'Send New Password' => 'Pošalji novu šifru',
'This user does not exist' => 'Ovaj korisnik ne postoji',
'Version' => 'Verzija',
'Plugin does not exist' => 'Ovaj Dodatak ne postoji',
-
'Install script writable' => 'Instaliraj skriptu',
'Install script not writable' => 'Nemoguće je instalirati skriptu',
'Directory: :dir writable' => 'Direktorijum: :dir dozvoljen za pisanje',
diff --git a/plugins/box/themes/languages/es.lang.php b/plugins/box/themes/languages/es.lang.php
index 13054df..4458a4a 100644
--- a/plugins/box/themes/languages/es.lang.php
+++ b/plugins/box/themes/languages/es.lang.php
@@ -4,49 +4,53 @@
'themes' => array(
'Themes' => 'Temas',
'Themes manager' => 'Administrador de temas',
- 'Select Theme' => 'Selecionar tema',
+ 'Select Theme' => 'Seleccionar tema',
'Save' => 'Guardar',
- 'Save and Exit' => 'Guardar y salir',
+ 'Save and Exit' => 'Guardar y Salir',
'Name' => 'Nombre',
- 'Create New Template' => 'Crear nueva plantilla',
- 'New Template' => 'Nueva plantilla',
- 'Delete template: :name' => 'Borrar plantilla: :name',
- 'Delete chunk: :name' => 'Eliminar chunk: :name',
- 'Delete styles: :name' => 'Eliminar estilos: :name',
+ 'Create New Template' => 'Crear Nueva Plantilla',
+ 'New Template' => 'Nueva Plantilla',
+ 'Delete template: :name' => 'Eliminar plantilla: :name ?',
+ 'Delete chunk: :name' => 'Eliminar chunk: :name ?',
+ 'Delete styles: :name' => 'Eliminar estilo: :name ?',
'Templates' => 'Plantillas',
'Clone' => 'Clonar',
'Edit' => 'Editar',
- 'Delete' => 'Borrar',
+ 'Delete' => 'Eliminar',
'Actions' => 'Acciones',
- 'Create New Chunk' => 'Crear nuevo chunk',
- 'New chunk' => 'Nuevo chunk',
- 'Chunks' => 'chunks',
- 'Create New Styles' => 'Crear nuevos estilos',
- 'New Styles' => 'Nuevos estilos',
+ 'Create New Chunk' => 'Crear Nuevo Chunk',
+ 'New Chunk' => 'Nuevo Chunk',
+ 'Chunks' => 'Chunks',
+ 'Create New Styles' => 'Crear Nuevo Estilo',
+ 'New Styles' => 'Nuevo Estilo',
'Styles' => 'Estilos',
- 'Template Content' => 'Contenido de plantilla',
- 'Styles Content' => 'Contenido de estilos',
- 'Chunk content' => 'Contenido de chunk',
- 'Edit Cemplate' => 'Editar plantilla',
- 'Edit Chunk' => 'Editar chunk',
- 'Edit Styles' => 'Editar estilos',
- 'Site Theme' => 'Tema del sito',
- 'Admin Theme' => 'Tema del backend',
- 'Current Site Theme' => 'Tema del sitio actual',
- 'Current Admin Theme' => 'Tema de administración actual',
+ 'Template content' => 'Contenido de la Plantilla',
+ 'Styles content' => 'Contenido del Estilo',
+ 'Chunk content' => 'Contenido del Chunk',
+ 'Edit Template' => 'Editar Plantilla',
+ 'Edit Chunk' => 'Editar Chunk',
+ 'Edit Styles' => 'Editar Estilo',
+ 'Site Theme' => 'Tema del Sitio',
+ 'Admin Theme' => 'Tema del Backend',
+ 'Current Site Theme' => 'Tema del Sitio Actual',
+ 'Current admin theme' => 'Tema de administración actual',
'This template already exists' => 'Esta plantilla ya existe',
'This chunk already exists' => 'Este chunk ya existe',
- 'This styles already exist' => 'This styles already exists',
- 'Components Templates' => 'Components templates',
- 'Your changes to the chunk :name have been saved.' => 'Los cambios realizados en el chunk :name se han guardado.',
- 'Your changes to the styles :name have been saved.' => 'Los cambios realizados en el estilo :name se han guardado.',
- 'Your changes to the template :name have been saved.' => 'Los cambios realizados en la plantilla :name se han guardado.',
- 'Chunk :name deleted' => 'Chunk :name deleted',
+ 'This styles already exist' => 'Este estilo ya existe',
+ 'Components templates' => 'Componentes de plantilla',
+ 'Your changes to the chunk :name have been saved.' => 'Los cambios realizados en el chunk :name han sido guardados.',
+ 'Your changes to the styles :name have been saved.' => 'Los cambios realizados en el estilo :name han sido guardados.',
+ 'Your changes to the template :name have been saved.' => 'Los cambios realizados en la plantilla :name han sido guardados.',
+ 'Chunk :name deleted' => 'Chunk :name eliminado',
+ 'Template :name deleted' => 'Plantilla :name eliminado',
+ 'Styles :name deleted' => 'Estilo :name eliminado',
'Required field' => 'Dato requerido',
'Scripts' => 'Scripts',
- 'Create New Script' => 'Crear nuevo script',
- 'Script Content' => 'Contenido del sript',
- 'New Script' => 'Nuevo script',
- 'Edit Script' => 'Editar script',
+ 'Create New Script' => 'Crear Nuevo Script',
+ 'Script content' => 'Contenido del Script',
+ 'New Script' => 'Nuevo Script',
+ 'Edit Script' => 'Editar Script',
+ 'Site Theme' => 'Sitio del Tema',
+ 'Cancel' => 'Cancelar',
)
- );
\ No newline at end of file
+ );
diff --git a/plugins/box/themes/languages/sr-yu.lang.php b/plugins/box/themes/languages/sr.lang.php
similarity index 99%
rename from plugins/box/themes/languages/sr-yu.lang.php
rename to plugins/box/themes/languages/sr.lang.php
index 14515e9..2f0885f 100644
--- a/plugins/box/themes/languages/sr-yu.lang.php
+++ b/plugins/box/themes/languages/sr.lang.php
@@ -47,4 +47,4 @@
'New script' => 'Nova skripta',
'Edit script' => 'Izmeni skriptu',
)
- );
\ No newline at end of file
+ );
diff --git a/plugins/box/users/languages/es.lang.php b/plugins/box/users/languages/es.lang.php
index 63c7d89..8427af6 100644
--- a/plugins/box/users/languages/es.lang.php
+++ b/plugins/box/users/languages/es.lang.php
@@ -12,58 +12,58 @@
'Roles' => 'Niveles',
'Edit' => 'Editar',
'Actions' => 'Acciones',
- 'Delete' => 'Borrar',
+ 'Delete' => 'Eliminar',
'Enter' => 'Entrar',
'Logout' => 'Salir',
'Register New User' => 'Registrar nuevo usuario',
- 'New User Registration' => 'Registración nuevo usuario',
- 'Delete user: :user' => 'Borrar usuario: :user',
- 'User :user have been deleted.' => 'Usuario :user ha sido borrado.',
+ 'New User Registration' => 'Registración de nuevo usuario',
+ 'Delete user: :user' => 'Eliminar usuario: :user',
+ 'User :user have been deleted.' => 'El usuario :user ha sido eliminado.',
'This user already exists' => 'Este usuario ya existe',
'This email already exists' => 'Este correo ya existe',
'Changes saved' => 'Cambios guardados',
- 'Wrong old password' => 'Antigua contraseña incorrecta',
- 'Admin' => 'Adminintrador',
+ 'Wrong old password' => 'Contraseña antigua incorrecta',
+ 'Admin' => 'Administrador',
'User' => 'Usuario',
'Editor' => 'Editor',
'Register' => 'Registrar',
- 'Edit profile' => 'Editar prefil',
+ 'Edit profile' => 'Editar perfil',
'Save' => 'Guardar',
'Firstname' => 'Primer nombre',
'Lastname' => 'Apellido',
- 'Old password' => 'Contraseña vieja',
+ 'Old password' => 'Contraseña antigua',
'New password' => 'Nueva contraseña',
- 'Welcome' => 'Biemvenido',
- 'Wrong username or password' => 'Mal Nombre de usuario o Contraseña',
+ 'Welcome' => 'Bienvenido',
+ 'Wrong username or password' => 'Nombre de usuario o Contraseña erróneo',
'Your changes have been saved.' => 'Tus cambios han sido guardados.',
'New user have been registered.' => 'Nuevo usuario registrado.',
'Captcha' => 'Captcha',
'Registration' => 'Registro',
- 'Username' => 'Nombre usuario',
- 'User email is invalid' => 'Tu correo es invalido',
+ 'Username' => 'Nombre de usuario',
+ 'User email is invalid' => 'Tu correo es inválido',
'Reset Password' => 'Resetear contraseña',
'Send New Password' => 'Enviar nueva contraseña',
'This user doesnt alredy exist' => 'Este usuario no existe',
'Users - Profile' => 'Usuarios - Perfil',
'Users - Edit Profile' => 'Usuarios - Editar perfil',
'Users - Login' => 'Usuarios - Entrar',
- 'Users - Registration' => 'Usuarios - registro',
- 'Users - Password Recover' => 'Usuarios - Recordar contraseña',
- 'New Password' => 'Nueva contraseña',
- 'Forgot your password?' => 'Has olvidado la contraseña?',
+ 'Users - Registration' => 'Usuarios - Registro',
+ 'Users - Password Recover' => 'Usuarios - Recordar Contraseña',
+ 'New Password' => 'Nueva Contraseña',
+ 'Forgot your password?' => '¿Olvidó su contraseña?',
'New password has been sent' => 'Nueva contraseña enviada',
'Monstra says: This is not your profile...' => 'Monstra dice: Este es tu perfil...',
- 'User registration is closed.' => 'El registro de usuario esta cerrado.',
+ 'User registration is closed.' => 'El registro de usuarios está cerrado.',
'Allow user registration' => 'Permitir registro',
'Required field' => 'Dato requerido',
'This user doesnt exist' => 'Este usuario no existe',
- 'Captcha code is wrong' => 'Codigo captcha equivocado',
+ 'Captcha code is wrong' => 'Código captcha erroneo',
'Your login details for :site_name has been sent' => 'Los detalles para loguearte en :site_name han sido enviados',
- 'Your new password for :site_name' => 'Tu nuevo password para :site_name',
- 'Your login details for :site_name' => 'Detalles para entrar en :site_name',
+ 'Your new password for :site_name' => 'Tu nueva contraseña para :site_name',
+ 'Your login details for :site_name' => 'Tus detalles para entrar en :site_name',
'About Me' => 'Sobre mi',
'Profile' => 'Perfil',
- 'You are banned for 10 minutes. Try again later' => 'You are banned for 10 minutes. Try again later',
- 'Cancel' => 'Cancel',
+ 'You are banned for 10 minutes. Try again later' => 'Has sido baneado por 10 minutos. Intentalo nuevamente más tarde',
+ 'Cancel' => 'Cancelar',
)
- );
\ No newline at end of file
+ );
diff --git a/plugins/box/users/languages/sr-yu.lang.php b/plugins/box/users/languages/sr.lang.php
similarity index 94%
rename from plugins/box/users/languages/sr-yu.lang.php
rename to plugins/box/users/languages/sr.lang.php
index 18b9026..4bc8c42 100644
--- a/plugins/box/users/languages/sr-yu.lang.php
+++ b/plugins/box/users/languages/sr.lang.php
@@ -8,8 +8,8 @@
'Password' => 'Šifra',
'Registered' => 'Registrovan',
'Email' => 'Email',
- 'Role' => 'uloga',
- 'Roles' => 'uloge',
+ 'Role' => 'Uloga',
+ 'Roles' => 'Uloge',
'Edit' => 'Izmeni',
'Actions' => 'Akcije',
'Delete' => 'Obriši',
@@ -26,7 +26,7 @@
'Admin' => 'Admin',
'User' => 'Korisnik',
'Editor' => 'Editor',
- 'Register' => 'registrovan',
+ 'Register' => 'Registrovan',
'Edit profile' => 'Izmeni profil',
'Save' => 'Sačuvaj',
'Firstname' => 'Prvo ime',
@@ -63,7 +63,7 @@
'Your login details for :site_name' => 'Vaši podaci za logovanje na :site_name',
'About Me' => 'O meni',
'Profile' => 'Profil',
- 'You are banned for 10 minutes. Try again later' => 'You are banned for 10 minutes. Try again later',
- 'Cancel' => 'Cancel',
+ 'You are banned for 10 minutes. Try again later' => 'Vi ste banovani na 10 minuta. Pokušajte kasnije',
+ 'Cancel' => 'Otkaži',
)
- );
\ No newline at end of file
+ );
diff --git a/plugins/captcha/languages/sr-yu.lang.php b/plugins/captcha/languages/sr.lang.php
similarity index 97%
rename from plugins/captcha/languages/sr-yu.lang.php
rename to plugins/captcha/languages/sr.lang.php
index 8464265..6bffc55 100644
--- a/plugins/captcha/languages/sr-yu.lang.php
+++ b/plugins/captcha/languages/sr.lang.php
@@ -6,4 +6,4 @@
'Captcha plugin for Monstra' => 'Captcha dodatak za Monstra',
'Captcha code is wrong' => 'Captcha Kod je pogrešan',
)
- );
\ No newline at end of file
+ );
diff --git a/plugins/sandbox/languages/sr-yu.lang.php b/plugins/sandbox/languages/sr.lang.php
similarity index 84%
rename from plugins/sandbox/languages/sr-yu.lang.php
rename to plugins/sandbox/languages/sr.lang.php
index cefba7f..6fd5ff5 100644
--- a/plugins/sandbox/languages/sr-yu.lang.php
+++ b/plugins/sandbox/languages/sr.lang.php
@@ -5,6 +5,6 @@
'Sandbox' => 'Sandbox',
'Sandbox plugin for Monstra' => 'Sandbox dodatak za Monstra',
'Sandbox template' => 'Sandbox šablon',
- 'Save' => 'Save',
+ 'Save' => 'Sačuvaj',
)
- );
\ No newline at end of file
+ );