Skip to content

Commit

Permalink
#50 - Typo in language files.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoumbourdis committed Jul 1, 2012
1 parent f661610 commit a74acb7
Show file tree
Hide file tree
Showing 26 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion application/libraries/grocery_crud.php
Expand Up @@ -2008,7 +2008,7 @@ protected function get_upload_file_input($field_info, $value)
var string_delete_file = "'.$this->l('string_delete_file').'";
var string_progress = "'.$this->l('string_progress').'";
var error_on_uploading = "'.$this->l('error_on_uploading').'";
var message_promt_delete_file = "'.$this->l('message_promt_delete_file').'";
var message_prompt_delete_file = "'.$this->l('message_prompt_delete_file').'";
var error_max_number_of_files = "'.$this->l('error_max_number_of_files').'";
var error_accept_file_types = "'.$this->l('error_accept_file_types').'";
Expand Down
Expand Up @@ -104,7 +104,7 @@ $(function(){
}
});
$('#delete_'+unique_id).click(function(){
if( confirm(message_promt_delete_file) )
if( confirm(message_prompt_delete_file) )
{
var file_name = $('#delete_url_'+unique_id).attr('rel');
$.ajax({
Expand Down
2 changes: 1 addition & 1 deletion assets/grocery_crud/languages/afrikaans.php
Expand Up @@ -63,7 +63,7 @@
$lang['string_delete_file'] = "Deleting file";
$lang['string_progress'] = "Progress: ";
$lang['error_on_uploading'] = "An error has occurred on uploading.";
$lang['message_promt_delete_file'] = "Are you sure that you want to delete this file?";
$lang['message_prompt_delete_file'] = "Are you sure that you want to delete this file?";

$lang['error_max_number_of_files'] = "You can only upload one file each time.";
$lang['error_accept_file_types'] = "You are not allow to upload this kind of extension.";
Expand Down
2 changes: 1 addition & 1 deletion assets/grocery_crud/languages/arabic.php
Expand Up @@ -64,7 +64,7 @@
$lang['string_delete_file'] = "... جاري حذف الملف ";
$lang['string_progress'] = "اكتمل : ";
$lang['error_on_uploading'] = "حدث خطأ أثناء الرفع .";
$lang['message_promt_delete_file'] = "هل انت متأكد انك تريد حذف هذا الملف ؟";
$lang['message_prompt_delete_file'] = "هل انت متأكد انك تريد حذف هذا الملف ؟";

$lang['error_max_number_of_files'] = "يمكن رفع ملف واحد في كل مرة .";
$lang['error_accept_file_types'] = "لا يمكنك رفع هذا النوع من اللواحق .";
Expand Down
2 changes: 1 addition & 1 deletion assets/grocery_crud/languages/bulgarian.php
Expand Up @@ -63,7 +63,7 @@
$lang['string_delete_file'] = "Изтриване на файл";
$lang['string_progress'] = "Процес: ";
$lang['error_on_uploading'] = "Грешка при качване на файл.";
$lang['message_promt_delete_file'] = "Сигурни ли сте че искате да изтриете файла?";
$lang['message_prompt_delete_file'] = "Сигурни ли сте че искате да изтриете файла?";

$lang['error_max_number_of_files'] = "Можете да качвате само по един файл.";
$lang['error_accept_file_types'] = "Този тип файлове не са разрешени за качване.";
Expand Down
2 changes: 1 addition & 1 deletion assets/grocery_crud/languages/chinese.php
Expand Up @@ -63,7 +63,7 @@
$lang['string_delete_file'] = "Deleting file";
$lang['string_progress'] = "Progress: ";
$lang['error_on_uploading'] = "An error has occurred on uploading.";
$lang['message_promt_delete_file'] = "Are you sure that you want to delete this file?";
$lang['message_prompt_delete_file'] = "Are you sure that you want to delete this file?";

$lang['error_max_number_of_files'] = "You can only upload one file each time.";
$lang['error_accept_file_types'] = "You are not allow to upload this kind of extension.";
Expand Down
2 changes: 1 addition & 1 deletion assets/grocery_crud/languages/danish.php
Expand Up @@ -63,7 +63,7 @@
$lang['string_delete_file'] = "Deleting file";
$lang['string_progress'] = "Progress: ";
$lang['error_on_uploading'] = "An error has occurred on uploading.";
$lang['message_promt_delete_file'] = "Are you sure that you want to delete this file?";
$lang['message_prompt_delete_file'] = "Are you sure that you want to delete this file?";

$lang['error_max_number_of_files'] = "You can only upload one file each time.";
$lang['error_accept_file_types'] = "You are not allow to upload this kind of extension.";
Expand Down
2 changes: 1 addition & 1 deletion assets/grocery_crud/languages/dutch.php
Expand Up @@ -63,7 +63,7 @@
$lang['string_delete_file'] = "Bestand wordt verwijderd";
$lang['string_progress'] = "Voortgang: ";
$lang['error_on_uploading'] = "Er is een fout opgetreden bij het uploaden.";
$lang['message_promt_delete_file'] = "Bestand verwijderen?";
$lang['message_prompt_delete_file'] = "Bestand verwijderen?";

$lang['error_max_number_of_files'] = "Er kan slechts één bestand per keer geupload worden.";
$lang['error_accept_file_types'] = "Het uploaden van dit bestandstype is niet toegestaan.";
Expand Down
2 changes: 1 addition & 1 deletion assets/grocery_crud/languages/english.php
Expand Up @@ -66,7 +66,7 @@
$lang['string_delete_file'] = "Deleting file";
$lang['string_progress'] = "Progress: ";
$lang['error_on_uploading'] = "An error has occurred on uploading.";
$lang['message_promt_delete_file'] = "Are you sure that you want to delete this file?";
$lang['message_prompt_delete_file'] = "Are you sure that you want to delete this file?";

$lang['error_max_number_of_files'] = "You can only upload one file each time.";
$lang['error_accept_file_types'] = "You are not allow to upload this kind of extension.";
Expand Down
2 changes: 1 addition & 1 deletion assets/grocery_crud/languages/french.php
Expand Up @@ -63,7 +63,7 @@
$lang['string_delete_file'] = "Deleting file";
$lang['string_progress'] = "Progress: ";
$lang['error_on_uploading'] = "An error has occurred on uploading.";
$lang['message_promt_delete_file'] = "Are you sure that you want to delete this file?";
$lang['message_prompt_delete_file'] = "Are you sure that you want to delete this file?";

$lang['error_max_number_of_files'] = "You can only upload one file each time.";
$lang['error_accept_file_types'] = "You are not allow to upload this kind of extension.";
Expand Down
2 changes: 1 addition & 1 deletion assets/grocery_crud/languages/german.php
Expand Up @@ -63,7 +63,7 @@
$lang['string_delete_file'] = "Datei löschen";
$lang['string_progress'] = "Fortschritt: ";
$lang['error_on_uploading'] = "Beim Hochladen ist ein Fehler aufgetreten.";
$lang['message_promt_delete_file'] = "Bist Du sicher, dass du die Datei löschen willst?";
$lang['message_prompt_delete_file'] = "Bist Du sicher, dass du die Datei löschen willst?";

$lang['error_max_number_of_files'] = "Du kannst nur eine Datei zur Zeit hochladen.";
$lang['error_accept_file_types'] = "Der Dateityp ist unzulässig";
Expand Down
2 changes: 1 addition & 1 deletion assets/grocery_crud/languages/greek.php
Expand Up @@ -62,7 +62,7 @@
$lang['string_delete_file'] = "Διαγραφή αρχείου";
$lang['string_progress'] = "Πρόοδος: ";
$lang['error_on_uploading'] = "Ένα σφάλμα δημιουργήθηκε κατά το ανέβασμα του αρχείου.";
$lang['message_promt_delete_file'] = "Είστε σίγουροι ότι θέλετε να διαγραφτεί αυτό το αρχείο?";
$lang['message_prompt_delete_file'] = "Είστε σίγουροι ότι θέλετε να διαγραφτεί αυτό το αρχείο?";

$lang['error_max_number_of_files'] = "Δεν έχετε την δυνατότητα να ανεβάσετε πάνω απο ένα αρχείο την φορά.";
$lang['error_accept_file_types'] = "Δέν έχετε το δικαίωμα να ανεβάσετε αυτόν το τύπο αρχείου.";
Expand Down
2 changes: 1 addition & 1 deletion assets/grocery_crud/languages/indonesian.php
Expand Up @@ -68,7 +68,7 @@
$lang['string_delete_file'] = "Deleting file";
$lang['string_progress'] = "Progress: ";
$lang['error_on_uploading'] = "An error has occurred on uploading.";
$lang['message_promt_delete_file'] = "Are you sure that you want to delete this file?";
$lang['message_prompt_delete_file'] = "Are you sure that you want to delete this file?";

$lang['error_max_number_of_files'] = "You can only upload one file each time.";
$lang['error_accept_file_types'] = "You are not allow to upload this kind of extension.";
Expand Down
2 changes: 1 addition & 1 deletion assets/grocery_crud/languages/italian.php
Expand Up @@ -63,7 +63,7 @@
$lang['string_delete_file'] = "Elimina file";
$lang['string_progress'] = "Avanzamento: ";
$lang['error_on_uploading'] = "Si e\' verificato un errore nell\'upload.";
$lang['message_promt_delete_file'] = "Sei sicuro di voler eliminare questo file?";
$lang['message_prompt_delete_file'] = "Sei sicuro di voler eliminare questo file?";

$lang['error_max_number_of_files'] = "Puoi solo caricare un file per volta.";
$lang['error_accept_file_types'] = "Non hai il permesso per caricare questo tipo di estensione.";
Expand Down
2 changes: 1 addition & 1 deletion assets/grocery_crud/languages/japanese.php
Expand Up @@ -63,7 +63,7 @@
$lang['string_delete_file'] = "Deleting file";
$lang['string_progress'] = "Progress: ";
$lang['error_on_uploading'] = "An error has occurred on uploading.";
$lang['message_promt_delete_file'] = "Are you sure that you want to delete this file?";
$lang['message_prompt_delete_file'] = "Are you sure that you want to delete this file?";

$lang['error_max_number_of_files'] = "You can only upload one file each time.";
$lang['error_accept_file_types'] = "You are not allow to upload this kind of extension.";
Expand Down
2 changes: 1 addition & 1 deletion assets/grocery_crud/languages/persian.php
Expand Up @@ -63,7 +63,7 @@
$lang['string_delete_file'] = "Deleting file";
$lang['string_progress'] = "Progress: ";
$lang['error_on_uploading'] = "An error has occurred on uploading.";
$lang['message_promt_delete_file'] = "Are you sure that you want to delete this file?";
$lang['message_prompt_delete_file'] = "Are you sure that you want to delete this file?";

$lang['error_max_number_of_files'] = "You can only upload one file each time.";
$lang['error_accept_file_types'] = "You are not allow to upload this kind of extension.";
Expand Down
2 changes: 1 addition & 1 deletion assets/grocery_crud/languages/polish.php
Expand Up @@ -63,7 +63,7 @@
$lang['string_delete_file'] = "Deleting file";
$lang['string_progress'] = "Progress: ";
$lang['error_on_uploading'] = "An error has occurred on uploading.";
$lang['message_promt_delete_file'] = "Are you sure that you want to delete this file?";
$lang['message_prompt_delete_file'] = "Are you sure that you want to delete this file?";

$lang['error_max_number_of_files'] = "You can only upload one file each time.";
$lang['error_accept_file_types'] = "You are not allow to upload this kind of extension.";
Expand Down
2 changes: 1 addition & 1 deletion assets/grocery_crud/languages/pt-br.portuguese.php
Expand Up @@ -64,7 +64,7 @@
$lang['string_delete_file'] = "Deleting file";
$lang['string_progress'] = "Progress: ";
$lang['error_on_uploading'] = "An error has occurred on uploading.";
$lang['message_promt_delete_file'] = "Are you sure that you want to delete this file?";
$lang['message_prompt_delete_file'] = "Are you sure that you want to delete this file?";

$lang['error_max_number_of_files'] = "You can only upload one file each time.";
$lang['error_accept_file_types'] = "You are not allow to upload this kind of extension.";
Expand Down
2 changes: 1 addition & 1 deletion assets/grocery_crud/languages/pt-pt.portuguese.php
Expand Up @@ -64,7 +64,7 @@
$lang['string_delete_file'] = "Deleting file";
$lang['string_progress'] = "Progress: ";
$lang['error_on_uploading'] = "An error has occurred on uploading.";
$lang['message_promt_delete_file'] = "Are you sure that you want to delete this file?";
$lang['message_prompt_delete_file'] = "Are you sure that you want to delete this file?";

$lang['error_max_number_of_files'] = "You can only upload one file each time.";
$lang['error_accept_file_types'] = "You are not allow to upload this kind of extension.";
Expand Down
2 changes: 1 addition & 1 deletion assets/grocery_crud/languages/romanian.php
Expand Up @@ -63,7 +63,7 @@
$lang['string_delete_file'] = "Deleting file";
$lang['string_progress'] = "Progress: ";
$lang['error_on_uploading'] = "An error has occurred on uploading.";
$lang['message_promt_delete_file'] = "Are you sure that you want to delete this file?";
$lang['message_prompt_delete_file'] = "Are you sure that you want to delete this file?";

$lang['error_max_number_of_files'] = "You can only upload one file each time.";
$lang['error_accept_file_types'] = "You are not allow to upload this kind of extension.";
Expand Down
2 changes: 1 addition & 1 deletion assets/grocery_crud/languages/russian.php
Expand Up @@ -63,7 +63,7 @@
$lang['string_delete_file'] = "Удаление файла";
$lang['string_progress'] = "Прогресс: ";
$lang['error_on_uploading'] = "При загрузке произошла ошибка.";
$lang['message_promt_delete_file'] = "Вы уверены, что хотите удалить этот файл?";
$lang['message_prompt_delete_file'] = "Вы уверены, что хотите удалить этот файл?";

$lang['error_max_number_of_files'] = "Одновременно можно загрузить только один файл.";
$lang['error_accept_file_types'] = "Не разрешается загружать файлы с данным расширением.";
Expand Down
2 changes: 1 addition & 1 deletion assets/grocery_crud/languages/spanish.php
Expand Up @@ -63,7 +63,7 @@
$lang['string_delete_file'] = "Deleting file";
$lang['string_progress'] = "Progress: ";
$lang['error_on_uploading'] = "An error has occurred on uploading.";
$lang['message_promt_delete_file'] = "Are you sure that you want to delete this file?";
$lang['message_prompt_delete_file'] = "Are you sure that you want to delete this file?";

$lang['error_max_number_of_files'] = "You can only upload one file each time.";
$lang['error_accept_file_types'] = "You are not allow to upload this kind of extension.";
Expand Down
2 changes: 1 addition & 1 deletion assets/grocery_crud/languages/thai.php
Expand Up @@ -63,7 +63,7 @@
$lang['string_delete_file'] = "Deleting file";
$lang['string_progress'] = "Progress: ";
$lang['error_on_uploading'] = "An error has occurred on uploading.";
$lang['message_promt_delete_file'] = "Are you sure that you want to delete this file?";
$lang['message_prompt_delete_file'] = "Are you sure that you want to delete this file?";

$lang['error_max_number_of_files'] = "You can only upload one file each time.";
$lang['error_accept_file_types'] = "You are not allow to upload this kind of extension.";
Expand Down
2 changes: 1 addition & 1 deletion assets/grocery_crud/languages/turkish.php
Expand Up @@ -63,7 +63,7 @@
$lang['string_delete_file'] = "Deleting file";
$lang['string_progress'] = "Progress: ";
$lang['error_on_uploading'] = "An error has occurred on uploading.";
$lang['message_promt_delete_file'] = "Are you sure that you want to delete this file?";
$lang['message_prompt_delete_file'] = "Are you sure that you want to delete this file?";

$lang['error_max_number_of_files'] = "You can only upload one file each time.";
$lang['error_accept_file_types'] = "You are not allow to upload this kind of extension.";
Expand Down
2 changes: 1 addition & 1 deletion assets/grocery_crud/languages/ukrainian.php
Expand Up @@ -63,7 +63,7 @@
$lang['string_delete_file'] = "Видалення файлу";
$lang['string_progress'] = "Прогрес: ";
$lang['error_on_uploading'] = "При завантаженні виникла помилка.";
$lang['message_promt_delete_file'] = "Ви впевнені, що бажаєте видалити цей файл?";
$lang['message_prompt_delete_file'] = "Ви впевнені, що бажаєте видалити цей файл?";

$lang['error_max_number_of_files'] = "Одночасно можна завантажити тільки один файл.";
$lang['error_accept_file_types'] = "Не дозволяється завантажувати файли з даним розширенням.";
Expand Down
2 changes: 1 addition & 1 deletion assets/grocery_crud/languages/vietnamese.php
Expand Up @@ -63,7 +63,7 @@
$lang['string_delete_file'] = "Deleting file";
$lang['string_progress'] = "Progress: ";
$lang['error_on_uploading'] = "An error has occurred on uploading.";
$lang['message_promt_delete_file'] = "Are you sure that you want to delete this file?";
$lang['message_prompt_delete_file'] = "Are you sure that you want to delete this file?";

$lang['error_max_number_of_files'] = "You can only upload one file each time.";
$lang['error_accept_file_types'] = "You are not allow to upload this kind of extension.";
Expand Down

0 comments on commit a74acb7

Please sign in to comment.