cleaning up the views a bit
Oleg
committed Aug 18, 2011
commit ee84e48670fe3f01f06e6f40dd7d98bc760c886d
Showing 2
changed files with
33 additions
and 2 deletions
config/locales/en.yml
+18
-0
| @@ | @@ -76,6 +76,12 @@ en: |
| not_found: Revision Not Found | |
| files: | |
| + | created: Files Uploaded |
| + | creation_failure: Failed to upload files |
| + | updated: File updated |
| + | update_failure: Failed to update file |
| + | deleted: File deleted |
| + | not_found: File not found |
| content: | |
| site_not_found: Site Not Found | |
| @@ | @@ -177,5 +183,17 @@ en: |
| files: | |
| index: | |
| + | title: Files |
| + | new_link: Upload New File |
| + | edit: Edit |
| + | delete: Delete |
| + | are_you_sure: Are you sure? |
| button: Upload Files | |
| + | new: |
| + | title: New File |
| + | edit: |
| + | title: Editing File |
| + | form: |
| + | create: Upload File |
| + | update: Update File |
| \ No newline at end of file | |
config/locales/es.yml
+15
-2
| @@ | @@ -165,7 +165,7 @@ es: |
| form: | |
| create: Crear Fragmento | |
| update: Actualizar Fragmento | |
| - | |
| + | |
| revisions: | |
| show: | |
| title: Revisiones de | |
| @@ | @@ -173,7 +173,20 @@ es: |
| full_path: Ruta completa | |
| slug: Identificador | |
| update: Actualizar a esta versión | |
| - | |
| + | |
| files: | |
| index: | |
| button: Cargar Archivos | |
| + | title: |
| + | new_link: |
| + | edit: |
| + | delete: |
| + | are_you_sure: |
| + | button: |
| + | new: |
| + | title: |
| + | edit: |
| + | title: |
| + | form: |
| + | create: |
| + | update: |