Language Packs
Forum > monoEdit
MilesPosts: 126 |
05/01/2008 18:39 pm | |
| This code is taken directly from monoEdit 2.02 beta. To make a new language pack, simply copy all the code and translate each of the values on the right hand side. So, for a French translation of the first two values, for example, you would rewrite it as: $lang['Yes'] = 'Oui'; $lang['No'] = 'Non'; ... etc. ################################################## // LANGUAGE - English ################################################## $language = 'English'; $lang['Yes'] = 'Yes'; $lang['No'] = 'No'; $lang['Directory'] = 'Directory'; $lang['Filename'] = 'Filename'; $lang['File_type'] = 'Type'; $lang['File_size'] = 'Filesize'; $lang['Last_modified'] = 'Last Modified'; $lang['Permissions'] = 'Permissions'; $lang['Confirm'] = 'Confirm'; $lang['Cancel'] = 'Cancel'; $lang['Move'] = 'Move'; $lang['Move_here'] = 'Move here'; $lang['Copy'] = 'Copy'; $lang['Copy_here'] = 'Copy here'; $lang['Choose_desintation'] = 'Choose Destination'; $lang['Navigate_to_path'] = 'Navigate to the path you wish to perform this action for.'; $lang['Delete'] = 'Delete'; $lang['Save'] = 'Save'; $lang['Save_changes'] = 'Save Changes'; $lang['Create'] = 'Create'; $lang['Source'] = 'Source'; $lang['Preview'] = 'Preview'; $lang['Remove'] = 'Remove'; $lang['Language'] = 'Language'; $lang['Editing'] = 'Editing: %s'; $lang['Result'] = 'Result'; $lang['Information'] = 'Information'; $lang['Create_directory'] = 'Create Directory'; $lang['Create_file'] = 'Create File'; $lang['Confirm_delete'] = 'Are you sure you wish to delete the following file(s) and/or directory(s)?'; $lang['File_saved'] = 'File Saved'; $lang['File_saved_desc'] = 'Wrote to file successfully.'; $lang['File_renamed'] = 'File Renamed'; $lang['File_renamed_desc'] = '%s has been renamed to %s.'; $lang['Renaming_error'] = 'Renaming Failed'; $lang['Renaming_error_desc'] = '%s could not be renamed because %s already exists.'; $lang['Moved_success_desc'] = '%s. %s was moved successfully.'; $lang['Move_error'] = 'An error occured when attempting to copy %s.'; $lang['Copied_success_desc'] = '%s. %s was copied successfully.'; $lang['Copy_error'] = 'An error occured when attempting to move %s.'; $lang['No_files_selected'] = 'No files were selected.'; $lang['Delete_success_desc'] = '%s. Deleted %s successfully.'; $lang['Delete_error_desc'] = '%s. <font color="red"><strong>Could not delete %s.</strong></font>'; $lang['File_not_found'] = 'File not found'; $lang['File_not_found_desc'] = 'The requested file could not be found.'; $lang['Dir_created'] = 'Directory Created'; $lang['Dir_created_desc'] = '%s was created successfully.'; $lang['Create_dir_perms_error'] = 'Could not create directory - permission denied.'; $lang['Create_dir_exists'] = '%s already exists here.'; $lang['Dir_no_move_copy'] = 'Directories cannot be moved or copied.'; $lang['Dirs_selected_warning'] = 'WARNING - One or more directories selected'; $lang['Dirs_selected_warning_desc'] = 'Please note that directories can only be deleted if it is possible to delete all their containing files. If it is possible to delete some files, these will be removed without warning regardless if the directory can be deleted or not.'; $lang['Destination'] = 'Destination'; $lang['Total_size_limit'] = 'Total file size must not exceed %s.'; $lang['Upload_more'] = 'Upload More...'; $lang['Upload_label'] = 'Begin Upload'; $lang['Check_overwrite_desc'] = 'Check box to overwrite existing files.'; $lang['No_upload_file'] = 'No file selected for upload.'; $lang['File_exists_desc'] = '<strong>%s</strong> already exists.'; $lang['File_too_large'] = 'The filesize of <strong>%s</strong> (%s) is too large. It should be no greater than %s.'; $lang['Upload_successful'] = 'Upload Successful'; $lang['Upload_successful_desc'] = '<strong>%s</strong> has been uploaded successfully.'; $lang['Create_unknown_file'] = 'The file <strong>%s</strong> does not exist yet but you can create it below.'; $lang['Image'] = 'image'; $lang['Resize_options'] = 'Resize Options'; $lang['Width'] = 'width'; $lang['Height'] = 'height'; $lang['Pixels'] = 'pixels'; $lang['Adjust_size'] = 'Adjust size by'; $lang['Specify_new_size'] = 'Specify new size'; $lang['Lock_aspect_ratio'] = 'Lock aspect ratio (recommended)'; $lang['Message'] = 'Message'; $lang['Warning'] = 'Warning'; $lang['Error'] = 'Error'; $lang['Error_no_filename'] = 'Please enter a filename.'; $lang['Access_denied'] = 'Access Denied'; $lang['Access_denied_desc'] = 'Sorry, you do not have permission to perform that action.'; $lang['Invalid_login'] = '<span style="color: red">Invalid username or password.</span>'; $lang['Username'] = 'Username'; $lang['Password'] = 'Password'; $lang['Login'] = 'Login'; $lang['Edit_dir_error'] = 'You cannot edit a directory.'; $lang['Invalid_file_error'] = 'This file cannot be read, edited or created.'; $lang['File_perms_error'] = 'There are insufficient permissions to write to this file.'; $lang['Invalid_path'] = 'Sorry, you cannot access the requested path because it either does not exist or it exists at a lower level than where this script resides.'; $lang['Main'] = 'Main'; $lang['Upload_files'] = 'Upload File(s)'; $lang['Info'] = 'Info'; $lang['Logout'] = 'Logout [ %s ]'; $lang['Safe_mode_warning'] = "This server's PHP configuration is running in safe mode so permissions on files may be heavily restricted. Several monoEdit features may not be possible in this environment."; $lang['GD_warning'] = 'Image manipulation is set to off because you do not have the necessary GD library extension loaded.'; $lang['Version_OK'] = '<span style="color: green; font-weight: bold">You are running an up-to-date version of monoEdit.</span>'; $lang['Version_old'] = '<span style="color: red; font-weight: bold">WARNING: You are not running the latest version of monoEdit.</span>'; $lang['Version_connect_error'] = 'Could not connect to version tracker.'; $lang['Support_msg'] = 'For help and support for monoEdit, please visit the <a href="http://www.monoplex.co.uk/forum">Monoplex support forum</a>.'; $lang['Version'] = 'Version'; $lang['This_version'] = 'monoEdit version'; $lang['Latest_version'] = 'Latest version'; $lang['Settings'] = 'Settings'; $lang['Date_format'] = 'Date format'; $lang['Max_upload_filesize'] = 'Max Upload Filesize'; $lang['Help'] = 'help'; $lang['Powered_by_monoplex'] = 'Powered by Monoplex'; |
||
ZEROFPosts: 8 |
06/01/2008 15:28 pm | |
| ################################################## // LANGUAGE - French ################################################## $ Language = 'French'; $ Lang [ 'Yes'] =' Oui '; $ Lang [ 'n'] = 'no'; $ Lang [ 'Répertoire'] = 'Répertoire'; $ Lang [ 'Nom du fichier'] = 'Nom du fichier'; $ Lang [ 'File_type'] = 'Type'; $ Lang [ 'File_size'] = 'Taille du fichier'; $ Lang [ 'Last_modified'] = 'Mise à jour'; $ Lang [ 'Permissions'] =' Permissions'; $ Lang [ 'Confirmer'] = 'Confirmer'; $ Lang [ 'Cancel'] = 'Annuler'; $ Lang [ 'Move'] = 'Déplacer'; $ Lang [ 'Move_here'] = 'Déplacer ici "; $ Lang [ 'copie'] = 'Copier'; $ Lang [ 'Copy_here'] = 'Copier ici'; $ Lang [ 'Choose_desintation'] = 'Choisir la destination "; $ Lang [ 'Navigate_to_path'] = 'Naviguer vers le chemin que vous souhaitez effectuer cette action. "; $ Lang [ 'Delete'] = 'Effacer'; $ Lang [ 'Enregistrer'] = 'Sauver'; $ Lang [ 'Save_changes'] =' Enregistrer les modifications'; $ Lang [ 'Create'] = 'Créer'; $ Lang [ 'Source'] = 'Source'; $ Lang [ 'Preview'] = 'Aperçu'; $ Lang [ 'Enlever'] = 'Supprimer'; $ Lang [ 'Language'] = 'Langue'; $ Lang [ 'Editer'] = 'Montage:% s'; $ Lang [ 'résultat'] = 'résultat'; $ Lang [ 'Information'] = 'Information'; $ Lang [ 'Create_directory'] = 'Créer un répertoire'; $ Lang [ 'Create_file'] = 'Créer un dossier'; $ Lang [ 'Confirm_delete'] = 'Êtes-vous sûr de vouloir supprimer le fichier suivant (s) et / ou répertoire (s)? "; $ Lang [ 'File_saved'] = 'Fichier Enregistré'; $ Lang [ 'File_saved_desc'] = 'Écriture de déposer avec succès. "; $ Lang [ 'File_renamed'] = 'Fichier Rebaptisé "; $ Lang [ 'File_renamed_desc'] = '% s a été renommé à% s.'; $ Lang [ 'Renaming_error'] = 'Renommer Failed'; $ Lang [ 'Renaming_error_desc'] = '% s ne peut pas être renommé parce% s existe déjà. "; $ Lang [ 'Moved_success_desc'] = '% s. % S a été déplacée avec succès. "; $ Lang [ 'Move_error'] = 'Une erreur s'est produite lorsque vous essayez de copier% s.'; $ Lang [ 'Copied_success_desc'] = '% s. % S ont été copiés avec succès. "; $ Lang [ 'Copy_error'] = 'Une erreur s'est produite lors de la tentative de déplacer% s.'; $ Lang [ 'No_files_selected'] = 'Pas de dossiers ont été sélectionnés.'; $ Lang [ 'Delete_success_desc'] = '% s. % S supprimé avec succès. "; $ Lang [ 'Delete_error_desc'] = '% s. <font Color="red"> <strong> Impossible de supprimer% s </ strong> </ font> '; $ Lang [ 'File_not_found'] = 'Fichier introuvable'; $ Lang [ 'File_not_found_desc'] = 'Le fichier demandé n'a pas pu être trouvé. "; $ Lang [ 'Dir_created'] = 'Répertoire Création'; $ Lang [ 'Dir_created_desc'] = '% s a été créé avec succès. "; $ Lang [ 'Create_dir_perms_error'] = 'Impossible de créer le répertoire - autorisation refusée. "; $ Lang [ 'Create_dir_exists'] ='% s existe déjà ici. "; $ Lang [ 'Dir_no_move_copy'] = 'Directories ne peuvent pas être déplacés ou copiés.'; $ Lang [ 'Dirs_selected_warning'] = 'ATTENTION - Un ou plusieurs répertoires sélectionnés'; $ Lang [ 'Dirs_selected_warning_desc'] = 'S’il vous plaît noter que les annuaires ne peut être supprimé s'il est possible de supprimer tous les fichiers contenant. S'il est possible de supprimer certains fichiers, ceux-ci seront effacés sans avertissement, peu importe si le répertoire peuvent être supprimés ou non. "; $ Lang [ 'destination'] = 'Destination'; $ Lang [ 'Total_size_limit'] = 'La taille totale du fichier ne doit pas dépasser% s.'; $ Lang [ 'Upload_more'] = 'Envoyer Plus ...'; $ Lang [ 'Upload_label'] = 'Envoyer Begin'; $ Lang [ 'Check_overwrite_desc'] = 'Cochez la case pour écraser les fichiers existants. "; $ Lang [ 'No_upload_file "] =" Aucun fichier sélectionné pour le transfert. "; $ Lang [ 'File_exists_desc'] = '<strong>% s </ strong> existe déjà. "; $ Lang [ 'File_too_large'] = 'Le fichier de <strong>% s </ strong> (% s) est trop volumineux. Il ne devrait pas être supérieure à% s. '; $ Lang [ 'Upload_successful'] = 'Téléchargement réussi'; $ Lang [ 'Upload_successful_desc'] = '<strong>% s </ strong> a été téléchargé avec succès. "; $ Lang [ 'Create_unknown_file'] = 'Le fichier <strong>% s </ strong> n'existe pas encore, mais vous pouvez le créer. "; $ Lang [ 'Image'] = 'image'; $ Lang [ 'Resize_options'] =' Redimensionner Options'; $ Lang [ 'Largeur'] = 'Largeur'; $ Lang [ 'Hauteur'] = 'Hauteur'; $ Lang [ 'pixels'] =' Pixels'; $ Lang [ 'Adjust_size'] = 'Ajuster la taille par'; $ Lang [ 'Specify_new_size'] = 'Spécifiez nouvelle taille'; $ Lang [ 'Lock_aspect_ratio'] = 'Verrouiller le ratio d'aspect (recommandé)'; $ Lang [ 'message'] = 'Message'; $ Lang [ 'Attention'] = "Avertissement"; $ Lang [ 'Error'] = 'Erreur'; $ Lang [ 'Error_no_filename'] = 'S’il vous plaît, entrez un nom de fichier. "; $ Lang [ 'Access_denied'] = 'Access Denied'; $ Lang [ 'Access_denied_desc'] = 'Désolé, vous n'êtes pas autorisé à effectuer cette action. "; $ Lang [ 'Invalid_login'] = '<span style="color: red"> Nom d'utilisateur ou mot de passe incorrect. </ Span>'; $ Lang [ 'Username'] = 'Utilisateur'; $ Lang [ 'Password'] = 'Mot de passe'; $ Lang [ 'Login'] = 'Connexion'; $ Lang [ 'Edit_dir_error'] = 'Vous ne pouvez pas éditer un répertoire. "; $ Lang [ 'Invalid_file_error'] = 'Ce fichier ne peut être lu, modifié ou créé. "; $ Lang [ 'File_perms_error'] = 'Il n'ya pas suffisamment de droits d'écriture dans ce fichier. "; $ Lang [ 'Invalid_path'] = 'Désolé, vous ne pouvez pas accéder à la voie, car elle a demandé n'existe pas ou qu'elle existe à un niveau inférieur à celui où ce script réside.'; $ Lang [ 'Main'] = 'Main'; $ Lang [ 'Upload_files'] =' Envoyer un fichier (s) '; $ Lang [ 'info'] = 'Info'; $ Lang [ 'Logout'] = 'Déconnexion [% s]'; $ Lang [ 'Safe_mode_warning'] = "Ce serveur de configuration de PHP est en cours d'exécution en mode sans échec si les permissions sur fichiers peuvent être fortement restreinte. MonoEdit Plusieurs fonctions peuvent ne pas être possible dans cet environnement."; $ Lang [ 'GD_warning'] = 'Image manipulation est éteint parce que vous n'avez pas besoin de la bibliothèque GD extension chargé. "; $ Lang [ 'Version_OK'] = '<span style="color: green; font-weight: bold"> Vous utilisez actuellement une mise à jour de version monoEdit. </ Span>'; $ Lang [ 'Version_old'] = '<span style="color: red; font-weight: bold"> ATTENTION: Vous n'avez pas la dernière version de monoEdit. </ Span>'; $ Lang [ 'Version_connect_error'] = 'Impossible de se connecter à la version tracker.'; $ Lang [ 'Support_msg'] = 'Pour obtenir de l'aide et le soutien aux monoEdit, s’il vous plaît visitez le <a href="http://www.monoplex.co.uk/forum"> Monoplex forum de support </ a>. "; $ Lang [ 'Version'] = 'Version'; $ Lang [ 'This_version'] = 'monoEdit version'; $ Lang [ 'Latest_version'] = 'Dernière version'; $ Lang [ 'Settings'] = "Paramètres"; $ Lang [ 'Date_format'] = 'Format de date'; $ Lang [ 'Max_upload_filesize'] = 'Taille Max Upload'; $ Lang [ 'Aide'] = 'help'; $ Lang [ 'Powered_by_monoplex'] = 'Powered by Monoplex'; $ Lang [ 'Traduction faite par'] = 'Traduction faite par ZEROF'; |
||
ZEROFPosts: 8 |
06/01/2008 15:37 pm | |
| My friend u need to next as your blog text editor don't want : You see this s’il you need to put s' . Here : $ Lang [ 'Error_no_filename'] = 'S’il vous plaît, entrez un nom de fichier. "; $ Lang [ 'Support_msg'] = 'Pour obtenir de l'aide et le soutien aux monoEdit, s’il vous plaît visitez le <a href="http://www.monoplex.co.uk/forum"> Monoplex forum de support </ a>. "; $ Lang [ 'Dirs_selected_warning_desc'] = 'S’il vous plaît noter que les annuaires ne peut être supprimé s'il est possible de supprimer tous les fichiers contenant. S'il est possible de supprimer certains fichiers, ceux-ci seront effacés sans avertissement, peu importe si le répertoire peuvent être supprimés ou non. "; ;) |
||
ZEROFPosts: 8 |
06/01/2008 15:40 pm | |
| $ Lang [ 'Aide'] = 'help'; and here : $ Lang ['Aide']= 'Aide' ; Sorry for mistake i made.Now all is ok ! I hope that this will help you ! |
||
ZEROFPosts: 8 |
06/01/2008 16:09 pm | |
| I made mistake [french] = french and you need [english] = french .Version final is here : ################################################## // LANGUAGE - French ################################################## $ Language = 'France'; $lang['Yes'] =' Oui '; $ Lang [ 'n'] = 'No'; $lang['Directory'] = 'Répertoire'; $lang['Filename'] = 'Nom du fichier'; $lang['File_type'] = 'Type'; $lang['File_size'] = 'Taille du fichier'; $lang['Last_modified'] = 'Mise à jour'; $lang['Permissions'] =' Permissions'; $lang['Confirm'] = 'Confirmer'; $lang['Cancel'] = 'Annuler'; $lang['Move'] = 'Déplacer'; $lang['Move_here'] = 'Déplacer ici "; $lang['Copy'] = 'Copier'; $lang['Copy_here'] = 'Copier ici'; $lang['Choose_desintation'] = 'Choisir la destination "; $lang['Navigate_to_path'] = 'Naviguer vers le chemin que vous souhaitez effectuer cette action. "; $lang[ 'Delete'] = 'Effacer'; $lang[ 'Enregistrer'] = 'Sauver'; $lang[ 'Save_changes'] =' Enregistrer les modifications'; $lang[ 'Create'] = 'Créer'; $lang[ 'Source'] = 'Source'; $lang[ 'Preview'] = 'Aperçu'; $lang['Remove'] = 'Supprimer'; $lang[ 'Language'] = 'Langue'; $lang['Editing'] = 'Montage:% s'; $lang['Result'] = 'résultat'; $lang[ 'Information'] = 'Information'; $lang[ 'Create_directory'] = 'Créer un répertoire'; $lang[ 'Create_file'] = 'Créer un dossier'; $lang[ 'Confirm_delete'] = 'Êtes-vous sûr de vouloir supprimer le fichier suivant (s) et / ou répertoire (s)? "; $lang[ 'File_saved'] = 'Fichier Enregistré'; $lang[ 'File_saved_desc'] = 'Écriture de déposer avec succès. "; $lang[ 'File_renamed'] = 'Fichier Renommé "; $lang[ 'File_renamed_desc'] = '% s a été renommé à% s.'; $lang[ 'Renaming_error'] = 'Renommer Failed'; $lang[ 'Renaming_error_desc'] = '% s ne peut pas être renommé parce% s existe déjà. "; $lang[ 'Moved_success_desc'] = '% s. % S a été déplacée avec succès. "; $lang[ 'Move_error'] = 'Une erreur s'est produite lorsque vous essayez de copier% s.'; $lang[ 'Copied_success_desc'] = '% s. % S ont été copiés avec succès. "; $lang[ 'Copy_error'] = 'Une erreur s'est produite lors de la tentative de déplacer% s.'; $lang[ 'No_files_selected'] = 'Pas de dossiers ont été sélectionnés.'; $lang[ 'Delete_success_desc'] = '% s. % S supprimé avec succès. "; $lang[ 'Delete_error_desc'] = '% s. <font Color="red"> <strong> Impossible de supprimer% s </ strong> </ font> '; $lang[ 'File_not_found'] = 'Fichier introuvable'; $lang[ 'File_not_found_desc'] = 'Le fichier demandé n'a pas pu être trouvé. "; $lang[ 'Dir_created'] = 'Répertoire Création'; $lang[ 'Dir_created_desc'] = '% s a été créé avec succès. "; $lang[ 'Create_dir_perms_error'] = 'Impossible de créer le répertoire - autorisation refusée. "; $lang[ 'Create_dir_exists'] ='% s existe déjà ici. "; $lang[ 'Dir_no_move_copy'] = 'Directories ne peuvent pas être déplacés ou copiés.'; $lang[ 'Dirs_selected_warning'] = 'ATTENTION - Un ou plusieurs répertoires sélectionnés'; $lang[ 'Dirs_selected_warning_desc'] = 'S’il vous plaît noter que les annuaires ne peut être supprimé s'il est possible de supprimer tous les fichiers contenant. S'il est possible de supprimer certains fichiers, ceux-ci seront effacés sans avertissement, peu importe si le répertoire peuvent être supprimés ou non. "; $lang[ 'destination'] = 'Destination'; $lang[ 'Total_size_limit'] = 'La taille totale du fichier ne doit pas dépasser% s.'; $lang[ 'Upload_more'] = 'Envoyer Plus ...'; $lang[ 'Upload_label'] = 'Envoyer Begin'; $lang[ 'Check_overwrite_desc'] = 'Cochez la case pour écraser les fichiers existants. "; $lang[ 'No_upload_file "] =" Aucun fichier sélectionné pour le transfert. "; $lang[ 'File_exists_desc'] = '<strong>% s </ strong> existe déjà. "; $lang[ 'File_too_large'] = 'Le fichier de <strong>% s </ strong> (% s) est trop volumineux. Il ne devrait pas être supérieure à% s. '; $lang[ 'Upload_successful'] = 'Téléchargement réussi'; $lang[ 'Upload_successful_desc'] = '<strong>% s </ strong> a été téléchargé avec succès. "; $lang[ 'Create_unknown_file'] = 'Le fichier <strong>% s </ strong> n'existe pas encore, mais vous pouvez le créer. "; $lang[ 'Image'] = 'image'; $lang[ 'Resize_options'] =' Redimensionner Options'; $lang['Width'] = 'Largeur'; $lang['Height'] = 'Hauteur'; $lang['Pixels'] =' Pixels'; $lang[ 'Adjust_size'] = 'Ajuster la taille par'; $lang[ 'Specify_new_size'] = 'Spécifiez nouvelle taille'; $lang[ 'Lock_aspect_ratio'] = 'Verrouiller le ratio d'aspect (recommandé)'; $lang['Message'] = 'Message'; $lang['Warning'] = "Avertissement"; $lang['Error'] = 'Erreur'; $lang[ 'Error_no_filename'] = 'S’il vous plaît, entrez un nom de fichier. "; $lang[ 'Access_denied'] = 'Access non autorisé'; $lang[ 'Access_denied_desc'] = 'Désolé, vous n'êtes pas autorisé à effectuer cette action. "; $lang[ 'Invalid_login'] = '<span style="color: red"> Nom d'utilisateur ou mot de passe incorrect. </ Span>'; $lang[ 'Username'] = 'Utilisateur'; $lang[ 'Password'] = 'Mot de passe'; $lang[ 'Login'] = 'Connexion'; $lang[ 'Edit_dir_error'] = 'Vous ne pouvez pas éditer un répertoire. "; $lang[ 'Invalid_file_error'] = 'Ce fichier ne peut être lu, modifié ou créé. "; $lang[ 'File_perms_error'] = 'Il n'ya pas suffisamment de droits d'écriture dans ce fichier. "; $lang[ 'Invalid_path'] = 'Désolé, vous ne pouvez pas accéder à la voie, car elle a demandé n'existe pas ou qu'elle existe à un niveau inférieur à celui où ce script réside.'; $lang[ 'Main'] = 'Main'; $lang[ 'Upload_files'] =' Envoyer un fichier (s) '; $lang[ 'info'] = 'Info'; $lang[ 'Logout'] = 'Déconnexion [% s]'; $lang[ 'Safe_mode_warning'] = "Ce serveur de configuration de PHP est en cours d'exécution en mode sans échec si les permissions sur fichiers peuvent être fortement restreinte. MonoEdit Plusieurs fonctions peuvent ne pas être possible dans cet environnement."; $lang[ 'GD_warning'] = 'Image manipulation est éteint parce que vous n'avez pas besoin de la bibliothèque GD extension chargé. "; $lang[ 'Version_OK'] = '<span style="color: green; font-weight: bold"> Vous utilisez actuellement une de dernièr version monoEdit. </ Span>'; $lang[ 'Version_old'] = '<span style="color: red; font-weight: bold"> ATTENTION: Vous n'avez pas la dernière version de monoEdit. </ Span>'; $lang[ 'Version_connect_error'] = 'Impossible de se connecter à la version tracker.'; $lang[ 'Support_msg'] = 'Pour obtenir de l'aide et le soutien aux monoEdit, s’il vous plaît visitez le <a href="http://www.monoplex.co.uk/forum"> Monoplex forum de support </ a>. "; $lang[ 'Version'] = 'Version'; $lang[ 'This_version'] = 'monoEdit version'; $lang[ 'Latest_version'] = 'Dernière version'; $lang[ 'Settings'] = "Paramètres"; $lang[ 'Date_format'] = 'Format de date'; $lang[ 'Max_upload_filesize'] = 'Taille Max Upload'; $lang[ 'Hrlp'] = 'Aide'; $lang[ 'Powered_by_monoplex'] = 'Powered by Monoplex'; $lang[ 'Traduction faite par'] = 'Traduction faite par ZEROF'; |
||
ZEROFPosts: 8 |
06/01/2008 16:12 pm | |
| Download : http://www.uploading.com/files/7GO44JOE/French_version.txt.html |
||
MilesPosts: 126 |
06/01/2008 17:42 pm | |
| This is excellent... thank you very much! I've used it with monoEdit and it looks really great. I hope to get a Dutch version very soon too. |
||
ZEROFPosts: 8 |
07/01/2008 14:02 pm | |
| You welcome.I work a lot to run my website this thay and when i find time i will make you Serbian version too. |
||
jmehtalaPosts: 2 |
17/11/2008 17:13 pm | |
| Here is finnish version. ################################################## // LANGUAGE - Finnish ################################################## $language = 'Suomi'; $lang['Yes'] = 'Kyllä'; $lang['No'] = 'Ei'; $lang['Directory'] = 'Hakemisto'; $lang['Filename'] = 'Tiedoston nimi'; $lang['File_type'] = 'Tyyppi'; $lang['File_size'] = 'Tiedoston koko'; $lang['Last_modified'] = 'Viimeksi muutettu'; $lang['Permissions'] = 'Oikeudet'; $lang['Confirm'] = 'Varmistaa'; $lang['Cancel'] = 'Peru'; $lang['Move'] = 'Siirrä'; $lang['Move_here'] = 'Siirrä tähän'; $lang['Copy'] = 'Kopioi'; $lang['Copy_here'] = 'Kopioi tähän'; $lang['Choose_desintation'] = 'Valitse kohde'; $lang['Navigate_to_path'] = 'Mene hakemistoon johon haluat suorittaa tämän toimenpiteen.'; $lang['Delete'] = 'Poista'; $lang['Save'] = 'Tallenna'; $lang['Save_changes'] = 'Tallenna muutokset'; $lang['Create'] = 'Luo'; $lang['Source'] = 'Lähde'; $lang['Preview'] = 'Esikatselu'; $lang['Remove'] = 'Poista'; $lang['Language'] = 'Kieli'; $lang['Editing'] = 'Editointi: %s'; $lang['Result'] = 'Tuolos'; $lang['Information'] = 'Tietoja'; $lang['Create_directory'] = 'Tee hakemisto'; $lang['Create_file'] = 'Tee tiedosto'; $lang['Confirm_delete'] = 'Oletko varma että haluat poistaa seuraavat tiedostot ja/tai hakemistot?'; $lang['File_saved'] = 'Tiedosto tallennettu'; $lang['File_saved_desc'] = 'Tiedoston kirjoittaminen onnistui.'; $lang['File_renamed'] = 'Tiedosto uudelleen nimetty'; $lang['File_renamed_desc'] = '%s on nimetty uudelleen %s.'; $lang['Renaming_error'] = 'Uudelleen nimeäminen epäonnistui'; $lang['Renaming_error_desc'] = '%s Ei voinut nimetä uudelleen koska %s on jo olemassa.'; $lang['Moved_success_desc'] = '%s. %s siirretty onnistuneesti.'; $lang['Move_error'] = 'Virhe tapahtui kopioitaessa %s.'; $lang['Copied_success_desc'] = '%s. %s kopioitu onnistuneesti.'; $lang['Copy_error'] = 'Virhe tapahtui siirrettäessä %s.'; $lang['No_files_selected'] = 'Tiedostoja ei siirretty.'; $lang['Delete_success_desc'] = '%s. Poistettu %s onnistuneesti.'; $lang['Delete_error_desc'] = '%s. <font color="red"><strong>Ei voi poistaa %s.</strong></font>'; $lang['File_not_found'] = 'Tiedostoa ei löydy'; $lang['File_not_found_desc'] = 'Pyydettyä tiedostoa ei löydy.'; $lang['Dir_created'] = 'Hakemisto luotu'; $lang['Dir_created_desc'] = '%s on luotu onnistuneesti.'; $lang['Create_dir_perms_error'] = 'Ei voi tehdä hakemistoa - permission denied.'; $lang['Create_dir_exists'] = '%s saman niminen löytyy jo täältä.'; $lang['Dir_no_move_copy'] = 'Hakemistoja ei voi siirtää eikä kopioida.'; $lang['Dirs_selected_warning'] = 'VAROITUS - yksi tai useampi hakemisto on valittuna'; $lang['Dirs_selected_warning_desc'] = 'Hakemisto poistetaan vain jos on mahdollista poistaa kaikki tiedostot kyseisestä hakemistosta. Jos on mahdollisuus poistaa joitakin tiedostoja, nämä tullaan poistamaan ilman eri ilmoitusta vaikka hakemisto voidaan/ei voida poistaa.'; $lang['Destination'] = 'Kohde'; $lang['Total_size_limit'] = 'Tiedoston koko ei voi ylittää %s.'; $lang['Upload_more'] = 'Siirrä lisää...'; $lang['Upload_label'] = 'Aloita siirto'; $lang['Check_overwrite_desc'] = 'Check box to overwrite existing files.'; $lang['No_upload_file'] = 'Ei ole tiedostoja valittuna siirtoa varten.'; $lang['File_exists_desc'] = '<strong>%s</strong> on jo olemassa.'; $lang['File_too_large'] = 'The filesize of <strong>%s</strong> (%s) on liian iso. Ei saisi olla suurempi kuin %s.'; $lang['Upload_successful'] = 'Siirto onnistunut'; $lang['Upload_successful_desc'] = '<strong>%s</strong> on siirretty onnistuneesti.'; $lang['Create_unknown_file'] = 'The file <strong>%s</strong> ei ole vielä olemassa mutta voit luoda sen tähän.'; $lang['Image'] = 'kuva'; $lang['Resize_options'] = 'Uudelleen määrittelyt'; $lang['Width'] = 'leveys'; $lang['Height'] = 'korkeus'; $lang['Pixels'] = 'pistettä'; $lang['Adjust_size'] = 'Säädä kokoa muuttamalla'; $lang['Specify_new_size'] = 'Anna uusi koko'; $lang['Lock_aspect_ratio'] = 'lukitse kuva suhde (suositeltavaa)'; $lang['Message'] = 'Viesti'; $lang['Warning'] = 'Varoitus'; $lang['Error'] = 'Virhe'; $lang['Error_no_filename'] = 'Anna tiedoston nimi.'; $lang['Access_denied'] = 'Riittämättömät oikeudet'; $lang['Access_denied_desc'] = 'Valitettavasti oikeutesi eivät riitä suorittamaan kyseistä toimenpidettä.'; $lang['Invalid_login'] = '<span style="color: red">Puutteellinen käyttäjänimi tai tunnussanan.</span>'; $lang['Username'] = 'Käyttäjänimi'; $lang['Password'] = 'Tunnussana'; $lang['Login'] = 'Kirjaudu'; $lang['Edit_dir_error'] = 'Et voi muuttaa hakemistoa.'; $lang['Invalid_file_error'] = 'Tätä tiedostoa ei voi lukea, muuttaa tai luoda.'; $lang['File_perms_error'] = 'Oikeutesi ei riitä tallentamaan tätä tiedostoa.'; $lang['Invalid_path'] = 'Valitettavasti et pääse kyseiseen polkuun koska sitä ei ole tai se sijaitsee alempana kuin mihin tämä kuvaus osoittaa.'; $lang['Main'] = 'Ylin taso'; $lang['Upload_files'] = 'Siirrä tiedostoja'; $lang['Info'] = 'Tietoja'; $lang['Logout'] = 'Kirjaudu ulos [ %s ]'; $lang['Safe_mode_warning'] = "Serverin PHP asetukset ovat safe mode joten oikeuksia on rajoitettu. Monet monoEditin toiminnoista on pois päältä sen takia."; $lang['GD_warning'] = 'Kuvanmuokkaus on pois päältä koska sinulla ei ole tarvittavaa GD kirjastolaajennusta ladattuna.'; $lang['Version_OK'] = '<span style="color: green; font-weight: bold">Käyttämäsi monoEdit versio on uusin.</span>'; $lang['Version_old'] = '<span style="color: red; font-weight: bold">VAROITUS: Käyttämäsi monoEdit ei ole uusin versio.</span>'; $lang['Version_connect_error'] = 'Ei voi yhdistää version hallintaan.'; $lang['Support_msg'] = 'For help and support for monoEdit, please visit the <a href="http://www.monoplex.co.uk/forum">Monoplex support forum</a>.'; $lang['Version'] = 'versio'; $lang['This_version'] = 'monoEdit versio'; $lang['Latest_version'] = 'Uusin versio'; $lang['Settings'] = 'Asetukset'; $lang['Date_format'] = 'Date format'; $lang['Max_upload_filesize'] = 'Suurin sallittu siirrettävän tiedoston koko'; $lang['Help'] = 'Apua'; $lang['Powered_by_monoplex'] = 'Powered by Monoplex'; |
||


