-
Notifications
You must be signed in to change notification settings - Fork 500
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #925 from FrozenNode/dev
Bumping version to 5.0.5
- Loading branch information
Showing
15 changed files
with
266 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
<?php | ||
|
||
return array( | ||
|
||
/* | ||
|-------------------------------------------------------------------------- | ||
| Administrator Language Lines | ||
|-------------------------------------------------------------------------- | ||
| | ||
| ro - Română | ||
| | ||
*/ | ||
|
||
'dashboard' => 'Panou control', | ||
'edit' => 'Editează', | ||
'filters' => 'Filtre', | ||
'loading' => 'Se încarcă...', | ||
'createnew' => 'Adaugă', | ||
'new' => 'Adaugă', | ||
'viewitem' => 'Vezi :single', | ||
'id' => 'ID', | ||
'uploadimage' => 'Încarcă imagine', | ||
'imageuploading' => 'Imaginea se încarcă', | ||
'uploadfile' => 'Încarcă Fișier', | ||
'fileuploading' => 'Fișierul se încarcă', | ||
'no_image_uploaded' => 'Nicio imagine încarcată', | ||
'no_file_uploaded' => 'Niciun fișier încarcat', | ||
'none' => 'Nimic', | ||
'all' => 'Toate', | ||
'itemsperpage' => 'înregistrări pe pagină', | ||
'noresults' => 'Fără rezultate', | ||
'backtosite' => 'Înapoi la Site', | ||
'logout' => 'Logout', | ||
|
||
'previous' => 'anterioara', | ||
'next' => 'următoarea', | ||
|
||
'close' => 'Închide', | ||
'delete' => 'Șterge', | ||
'save' => 'Salvează', | ||
'create' => 'Creează', | ||
'cancel' => 'Anulează', | ||
|
||
'active' => 'Un moment...', | ||
'success' => 'Succes!', | ||
'error' => 'A apărut o eroare în execuția acestei acțiuni', | ||
|
||
'valid_columns' => "You must provide a valid 'columns' array in each model's config", | ||
'valid_title' => "You must provide a valid title and single name in each model's config", | ||
'valid_model' => "You must provide a 'model' option in each model's config", | ||
'valid_edit' => "You must provide a valid 'edit_fields' array in each model's config", | ||
'valid_menu' => "You must provide a valid 'menu' option in the administrator.php config", | ||
'valid_config_path' => "You must provide a valid 'model_config_path' in the administrator.php config. The directory must also exist and be readable.", | ||
'not_eloquent' => " is not an Eloquent model", | ||
'storage_path_permissions' => "You must make your storage path writable in order to make a settings page", | ||
'valid_home_page' => "You must provide a valid menu item in the home_page option of your config", | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?php | ||
|
||
return array( | ||
|
||
/* | ||
|-------------------------------------------------------------------------- | ||
| Administrator Language Lines for knockout | ||
|-------------------------------------------------------------------------- | ||
| | ||
| ro - Română | ||
| | ||
*/ | ||
|
||
'delete_active_item' => 'Doriți să ștergeți acestă înregistrare? Operația este ireversibilă.', | ||
'saving' => 'Se salvează...', | ||
'saved' => 'Înregistrare salvată.', | ||
'deleting' => 'Se șterge...', | ||
'deleted' => 'Înregistrare ștearsă.', | ||
'character_left' => ' caracter rămas', | ||
'characters_left' => ' caractere rămase', | ||
'no_results' => 'Nu a fost găsit nici un rezultat', | ||
'select_options' => 'Selectați', | ||
|
||
); |
Oops, something went wrong.