Multi language

Request new OpenDocMan Features here

Multi language

Postby uguccione500 » Fri Feb 26, 2010 1:47 am

Hello. I wanna just know if there are translations for this easy to use and relly really good program, expecially for italian users... :D
Thank you very much!
See you!
uguccione500
 
Posts: 1
Joined: Fri Feb 26, 2010 1:44 am

google adsense
Google
 

Re: Multi language

Postby Stephen » Fri Feb 26, 2010 9:56 am

Moved topic to Feature Requests
--
Steve
Lead Developer - OpenDocMan
User avatar
Stephen
Site Admin
 
Posts: 375
Joined: Tue Jan 12, 2010 9:23 am

Re: Multi language

Postby gazillion » Tue Mar 09, 2010 9:14 am

I agree that multilingual support would be ideal. We tried to translate this on our own but the application's business logic makes heavy use of the English language so we just ended up breaking it (not to mention all the encoding problems we ran into).

Any plans to export all labels to a separate file?
gazillion
 
Posts: 1
Joined: Tue Mar 09, 2010 9:11 am

Re: Multi language

Postby Stephen » Wed Mar 10, 2010 6:01 am

I had added the language logic to the code some years ago. I just looked up the old cvs repository and I found the language logic there. I will try to get that moved over into the 2.0 code base when I start on that. The 1.2 branch is in sort of a code freeze right now, only doing bugs/security fixes.
--
Steve
Lead Developer - OpenDocMan
User avatar
Stephen
Site Admin
 
Posts: 375
Joined: Tue Jan 12, 2010 9:23 am

Re: Multi language

Postby Stephen » Fri May 07, 2010 4:32 am

I have begun to integrate the multi-language support. Once I have the english file done, I will make it available so that it can be translated into other languages. So far I have someone who will provide Turkish. Will need any other language translations.
--
Steve
Lead Developer - OpenDocMan
User avatar
Stephen
Site Admin
 
Posts: 375
Joined: Tue Jan 12, 2010 9:23 am

Re: Multi language

Postby qido » Wed May 12, 2010 11:49 pm

Stephen wrote:I have begun to integrate the multi-language support. Once I have the english file done, I will make it available so that it can be translated into other languages. So far I have someone who will provide Turkish. Will need any other language translations.


If the english file will be available I will make translation to slovak language immediately. This time I need to translate each version you release :)

Qido
qido
 
Posts: 1
Joined: Wed May 12, 2010 11:42 pm

Re: Multi language

Postby txmsegj » Fri May 14, 2010 3:49 pm

I can help with Spanish (Lat-Am) transaltion
txmsegj
 
Posts: 1
Joined: Fri May 14, 2010 3:39 pm

Re: Multi language

Postby Stephen » Fri May 28, 2010 10:05 pm

Here is the english.php file. Please translate into your native language. So far I have turkish done, and a partial spanish which I will post to this forum.

If you would like to help out, you can translate the file, and place it in this forum.

Thanks!

Code: Select all
<?php
//ENGLISH LANGUAGE FILE
// (C) 2010 Stephen Lawrence Jr.
// Translated by: Stephen Lawrence Jr.
/*
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
*/
$lang = array();
global $lang;

//Login
$lang['anonymous_link'] = 'Click here to view public files anonymously';
$lang['forgotpassword'] = 'Forgot your password?';
$lang['install_folder']  = 'Security Notice: If you already installed/updated then you should remove the \'install\' folder before proceeding';
$lang['signup'] = 'Sign-up for an account';
$lang['welcome'] = 'Welcome to OpenDocMan';
$lang['welcome2'] = 'Log in to begin using The system\'s powerful storage, publishing and revision control features.';
$lang['welcome_anonymous_title'] = 'OpenDocMan Anonymous Page: List All';
$lang['welcome_anonymous_h1'] = 'OpenDocMan Anonymous Page';

//GLOBAL TERMS
$lang['action'] = 'Action';
$lang['all'] = 'All';
$lang['anonymous'] = 'Anonymous';
$lang['author'] = 'Author';
$lang['category'] = 'Category';
$lang['choose'] = 'Choose';
$lang['date'] = 'Date';
$lang['days'] = 'days';
$lang['department'] = 'Department';
$lang['edit'] = 'Edit';
$lang['enter'] = 'Enter';
$lang['error'] = 'Error';
$lang['file'] = 'File';
$lang['help'] = 'Help';
$lang['home'] = 'Home';
$lang['installer'] = 'Installer';
$lang['list'] = 'List';
$lang['login'] = 'Login';
$lang['logout'] = 'Logout';
$lang['new'] = 'New';
$lang['owner'] = 'Owner';
$lang['preferences'] = 'Preferences';
$lang['password'] = 'Password';
$lang['please'] = 'Please';
$lang['profile'] = 'Profile';
$lang['public'] = 'Public';
$lang['revision'] = 'Revision';
$lang['search'] = 'Search';
$lang['select'] = 'Select';
$lang['sincerly'] = 'Sincerly';
$lang['submit'] = 'Submit';
$lang['time'] = 'Time';
$lang['type'] = 'Type';
$lang['updated'] = 'Updated';
$lang['username'] = 'Username';
$lang['users'] = 'Users';
$lang['value'] = 'Value';
$lang['view'] = 'View';

// Areas
$lang['area_add_new_category'] = 'Add New Category';
$lang['area_add_new_department'] = 'Add New Department';
$lang['area_add_new_file'] = 'Add New File';
$lang['area_add_new_udf'] = 'Add New User Defined Field';
$lang['area_add_new_user'] = 'Add New User';
$lang['area_admin'] = 'Administration';
$lang['area_check_in_file'] = 'Check-in File';
$lang['area_check_out_file'] = 'Check-out File';
$lang['area_choose_department'] = 'Choose Department';
$lang['area_delete_category'] = 'Delete Category';
$lang['area_deleted_files'] = 'Deleted Files';
$lang['area_department_information'] = 'Department Information';
$lang['area_display_category'] = 'Display All Files In Category';
$lang['area_document_listing'] = 'Document Listing';
$lang['area_file_delete'] = 'Delete File';
$lang['area_file_details'] = 'File Details';
$lang['area_file_expiration'] = 'File Expiration';
$lang['area_personal_profile'] = 'Personal Profile';
$lang['area_reset_password'] = 'Reset Password';
$lang['area_update_category'] = 'Update Category';
$lang['area_update_department'] = 'Update Department';
$lang['area_update_file'] = 'Update File';
$lang['area_view_category'] = 'View Category';

// Buttons
$lang['button_add_category'] = 'Add Category';
$lang['button_add_department'] = 'Add Department';
$lang['button_add_document'] = 'Add Document';
$lang['button_authorize'] = 'Authorize';
$lang['button_back'] = 'Back';
$lang['button_cancel'] = 'Cancel';
$lang['button_check_in'] = 'Check-in';
$lang['button_clear_status'] = 'Clear Status';
$lang['button_click_here'] = 'Click Here';
$lang['button_continue'] = 'Continue';
$lang['button_delete'] = 'Delete';
$lang['button_delete_files'] = 'Delete Files';
$lang['button_display_category'] = 'Display All Files In This Category';
$lang['button_modify_category'] = 'Modify Category';
$lang['button_modify_department'] = 'Modify Department';
$lang['button_reject'] = 'Reject';
$lang['button_reset'] = 'Reset';
$lang['button_resubmit_for_review'] = 'Re-Submit For Review';
$lang['button_save'] = 'Save';
$lang['button_undelete'] = 'Undelete';
$lang['button_update'] = 'Update';
$lang['button_view_department'] = 'View Department';
$lang['button_yes'] = 'Yes';

//Email
$lang['email_added_to_repository'] = 'added to repository';
$lang['email_a_new_file_has_been_added'] = 'A new file has been added';
$lang['email_a_new_file_has_been_rejected'] = 'A new file has been rejected';
$lang['email_automated_document_messenger'] = 'Automated Document Messenger';
$lang['email_because_you_did_not_revise'] = 'because you did not revise it for more than';
$lang['email_comments_regarding_review'] = 'Comments regarding your review of the document';
$lang['email_email_all_users'] = 'E-mail all users';
$lang['email_email_these_users'] = 'E-mail theses users';
$lang['email_email_whole_department'] = 'E-mail whole department';
$lang['email_file_expired'] = 'A File Has Expired';
$lang['email_file_was_rejected_because'] = 'Your file was rejected because you did not revise it for more than';
$lang['email_file_was_rejected_expired'] = 'Your file has expired. Please update the file as soon as possible. Your file may be inaccessible until you do.';
$lang['email_for_the_following_reasons'] = 'for the following reasons';
$lang['email_greeting'] = 'Dear author';
$lang['email_i_would_like_to_inform'] = 'I would like to inform you that';
$lang['email_note_to_authors'] = 'Note to Author(s)';
$lang['email_revision_days'] = 'Maximum number of days before expiration:';
$lang['email_salute'] = 'Sincerely';
$lang['email_someone_has_requested_password'] = 'Someone has requested a password reset.  If you wish to reset your password please follow the link below.  If you do not wish to reset your password then simply do nothing and disregard this email.';
$lang['email_status_expired'] = 'Status: Expired';
$lang['email_subject_review_status'] = 'Review status for document ';
$lang['email_subject'] = 'Subject';
$lang['email_thank_you'] = 'Thank You';
$lang['email_to'] = 'To';
$lang['email_was_declined_for_publishing_at'] = 'Was declined for publishing at';
$lang['email_was_rejected_from_repository'] = 'Was rejected from repository';
$lang['email_you_can_now_login'] = 'You can now log into your account at this page';
$lang['email_your_account_created'] = 'your document management account was created at';
$lang['email_your_file_has_been_authorized'] = 'Your file has been authorized for publication';

// Labels
$lang['label_add'] = 'Add';
$lang['label_admin'] = 'Admin';
$lang['label_all_departments'] = 'All Departments';
$lang['label_author'] = 'Author';
$lang['label_browse_by'] = 'Filter by:';
$lang['label_case_sensitive'] = 'Case Sensitive';
$lang['label_checked_out_files'] = 'Checked-Out Files';
$lang['label_check_expiration'] = 'Check Expiration';
$lang['label_comment'] = 'Comment';
$lang['label_created_date'] = 'Date Created';
$lang['label_default_for_unset'] = 'Default Setting for Unset Department';
$lang['label_delete'] = 'Delete';
$lang['label_delete_undelete'] = 'Delete/Undelete';
$lang['label_department_authority'] = 'Dept. Authority';
$lang['label_department'] = 'Department';
$lang['label_department_to_modify'] = 'Department to modify';
$lang['label_description'] = 'Description';
$lang['label_display'] = 'Display';
$lang['label_email_address'] = 'E-Mail Address';
$lang['label_empty'] = 'Empty';
$lang['label_exact_phrase'] = 'Exact Phrase';
$lang['label_example'] = 'Example';
$lang['label_file_archive'] = 'File Archive';
$lang['label_file_category'] = 'File Category';
$lang['label_file_listing'] = 'Files List';
$lang['label_file_location'] = 'File Location';
$lang['label_file_maintenance'] = 'File Maintenance';
$lang['label_filename'] = 'Filename';
$lang['label_file_name'] = 'File Name';
$lang['label_first_name'] = 'First Name';
$lang['label_forbidden'] = 'Forbidden';
$lang['label_found_documents'] = 'found document(s)';
$lang['label_id'] = 'ID';
$lang['label_is_admin'] = 'Is Admin';
$lang['label_is_reviewer'] = 'Is Reviewer';
$lang['label_last_name'] = 'Last Name';
$lang['label_moderation'] = 'Moderation';
$lang['label_modified_date'] = 'Modified Date';
$lang['label_modify'] = 'Modify';
$lang['label_name'] = 'Name';
$lang['label_new_password'] = 'New Password';
$lang['label_next'] = 'Next';
$lang['label_note_for_revision_log'] = 'Note for revision log';
$lang['label_page'] = 'Page';
$lang['label_phone_number'] = 'Phone Number';
$lang['label_prev'] = 'Previous';
$lang['label_read'] = 'Read';
$lang['label_rejected_files'] = 'Rejected Files';
$lang['label_rejections'] = 'Rejections';
$lang['label_reviewer_for'] = 'Dept. reviewer for';
$lang['label_reviewer'] = 'Reviewer';
$lang['label_reviews'] = 'Reviews';
$lang['label_rights'] = 'Rights';
$lang['label_run_expiration'] = 'Run Expiration Utility';
$lang['label_search_term'] = 'Search term';
$lang['label_select_a_department'] = 'Select a department';
$lang['label_select_departments'] = 'Select departments';
$lang['label_select_one'] = 'Select one';
$lang['label_size'] = 'Size';
$lang['label_specific_permissions'] = 'Specific User Permissions (use ctrl-click or cmd-click)';
$lang['label_status'] = 'Status';
$lang['label_update'] = 'Update';
$lang['label_user_defined_fields'] = 'User Defined Fields';
$lang['label_user_defined_field'] = 'User Defined Field';
$lang['label_users_in_department'] = 'Users in this department';
$lang['label_user'] = 'User';
$lang['label_view'] = 'View';

// Messages
$lang['message_account_created_add_user'] = 'Your account has been created.';
$lang['message_account_created_password'] = 'Your randomly generated password is';
$lang['message_account_created'] = 'Your account has been created. Please check your email for login information.';
$lang['message_action_cancelled'] = 'Action Cancelled';
$lang['message_all_actions_successfull'] = 'All actions completed successfully';
$lang['message_an_email_has_been_sent'] = 'An email has been sent to the email address on file with a link that must be followed in order to reset the password.';
$lang['message_anonymous_view'] = 'You have been switched to anonymous view mode';
$lang['message_are_you_sure_remove'] = 'Are you sure you want to remove this?';
$lang['message_authorized'] = 'Authorized';
$lang['message_category_successfully_added'] = 'Category successfully added';
$lang['message_category_successfully_deleted'] = 'Category successfully deleted';
$lang['message_category_successfully_updated'] = 'Category successfully updated';
$lang['message_click_to_checkout_document'] = 'Click to check out the selected document and begin downloading it to your local workstation';
$lang['message_current'] = 'Current';
$lang['message_datadir_problem'] = 'There is a problem with your dataDir. Check to make sure it exists and is writeable';
$lang['message_department_successfully_added'] = 'Department successfully added';
$lang['message_department_successfully_updated'] = 'Department successfully updated';
$lang['message_directory_creation_failed'] = 'Directory Creation Failed';
$lang['message_document_added'] = 'Document successfully added';
$lang['message_document_checked_in'] = 'Document successfully checked in';
$lang['message_document_checked_out_to_you'] = 'Documents currently checked out by you';
$lang['message_document_has_been_archived'] = 'Document has been archived';
$lang['message_documents_expired'] = 'Documents expired';
$lang['message_documents_rejected'] = 'Documents rejected';
$lang['message_document_successfully_deleted'] = 'Document successfully deleted';
$lang['message_documents_waiting'] = 'Documents waiting to be reviewed';
$lang['message_error_performing_action'] = 'There was an error performing the request action';
$lang['message_file_authorized'] = 'File authorization completed successfully';
$lang['message_file_does_not_exist'] = 'File does not exist or there is a problem with the file.';
$lang['message_file_expired'] = 'File Expired';
$lang['message_file_rejected'] = 'File rejection completed successfully';
$lang['message_folder_error_check'] = 'Folder Error. Check Last Message in status bar for details.';
$lang['message_folder_perms_error'] = 'Folder Permissions Error:';
$lang['message_for_further_assistance'] = 'for further assistance';
$lang['message_found_documents'] = 'found document(s)';
$lang['message_if_you_are_unable_to_view'] = 'If you are not able to do so for some reason, click <input type="submit" name="submit" value="Download"> to download the selected document and begin downloading it to your local workstation for local view.';
$lang['message_initial_import'] = 'Initial Import';
$lang['message_last_message'] = 'Last Message';
$lang['message_latest_version'] = 'Latest version';
$lang['message_no_author_comments_available'] = 'No author comments available';
$lang['message_no_description_available'] = 'No description available';
$lang['message_no_documents_checked_out'] = 'No documents are currently checked out to you.';
$lang['message_no_files_found'] = 'No Files Found';
$lang['message_no_information_available'] = 'No information available';
$lang['message_non_unique_account'] = 'Non-Unique account';
$lang['message_non_unique_key'] = 'Non-Unique key in database.';
$lang['message_nothing_to_do'] = 'Nothing to do';
$lang['message_not_writeable'] = 'Not Writeable!';
$lang['message_once_the_document_has_completed'] = 'Once the document has completed downloading, you may';
$lang['message_original_version'] = 'Original version';
$lang['message_please_email'] = 'Please email';
$lang['message_please_upload_valid_doc'] = 'Please upload a valid document';
$lang['message_record_exists'] = 'Record already exists. Try again with a different value.';
$lang['message_rejected'] = 'Rejected';
$lang['message_rejecting_files'] = 'Rejecting files last edited before';
$lang['message_reviewers_comments_re_rejection'] = 'Reviewers comments regarding rejection';
$lang['message_session_error'] = 'Session error. Please login again.';
$lang['message_set_your_new_password'] = 'Set your new password using the form below.';
$lang['message_sorry_demo_mode'] = 'Sorry, demo mode only, you can not do that!';
$lang['message_sorry_not_allowed'] = 'Sorry, you are not allowed do to that!';
$lang['message_that_filetype_not_supported'] = 'That file type is not currently supported.<p>Please upload a document conforming to any of the following file types or add the missing MIMETYPE to ';
$lang['message_the_code_you_are_using'] = 'The code you are trying to use to reset your password is no longer valid.  Please use this form to reset your password.';
$lang['message_the_file_is_too_large'] = 'The file is too large. Maximum size is';
$lang['message_there_was_an_error_loggin_you_in'] = 'There was an error loggin you in. Please try again.';
$lang['message_there_was_an_error_performing_the_action'] = 'There was an error performing the requested action.';
$lang['message_the_username_you_entered'] = 'The username you entered was not found in our system.  Contact us if you have forgotten your username.';
$lang['message_this_file_cannot_be_checked_in'] = 'This file cannot be checked in';
$lang['message_this_file_cannot_be_uploaded'] = 'This file cannot be uploaded properly';
$lang['message_this_operation_cannot_be_done_file'] = 'This operation cannot be done on this file';
$lang['message_this_operation_cannot_be_done_rev'] = 'This operation cannot be done to a revision of a file';
$lang['message_this_page_requires_root'] = 'This page requires root level permission';
$lang['message_this_site_has_high_security'] = 'This site has a high level of security and we cannot retrieve your password for you.  You can use this form to reset your password.  Enter your username and we will send an email to the email address on file with a link that you must follow to reset your password.  At that point you may set it to anything you wish.';
$lang['message_to_view_your_file'] = 'To view your file in a new window';
$lang['message_udf_successfully_added'] = 'User defined field successfully added';
$lang['message_udf_successfully_deleted'] = 'User defined field successfully deleted';
$lang['message_unable_to_determine_root'] = 'Unable to determine the root username. Please check your configuration.';
$lang['message_unable_to_find_file'] = 'Unable to find the requested file';
$lang['message_user_exists'] = 'That user already exists. Please <a href=\'signup.php\'>try again</a>';
$lang['message_user_successfully_added'] = 'User successfully added';
$lang['message_user_successfully_deleted'] = 'User successfully deleted';
$lang['message_user_successfully_updated'] = 'User successfully updated';
$lang['message_wrong_file_checkin'] = 'Wrong file! Please check in the right file.';
$lang['message_you_are_not_administrator'] = 'You are not an administrator';
$lang['message_you_did_not_enter_value'] = 'You did not enter a value!';
$lang['message_you_do_not_have_an_account'] = 'You do not currently have an account. Please contact the administrator to request one.';
$lang['message_you_must_assign_rights'] = 'You must assign view/modify rights to at least one user.';
$lang['message_your_password_has_been_changed'] = 'Your password has been changed.';

$lang['view'] = $lang['label_view'];
?>
--
Steve
Lead Developer - OpenDocMan
User avatar
Stephen
Site Admin
 
Posts: 375
Joined: Tue Jan 12, 2010 9:23 am

Re: Multi language - Spanish (partial)

Postby Stephen » Fri May 28, 2010 10:06 pm

Here is the partial spanish translation:

Code: Select all
<?php
//SPANISH LANGUAGE FILE
//(C) 2010 Stephen Lawrence Jr.
// Translator:  Pablo Luis Zorzoli <pablozorzoli@yahoo.com.ar>
/*
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
*/
$lang = array();
global $lang;

//Login
$lang['anonymous_link'] = 'Click here to view public files anonymously';
$lang['forgotpassword'] = 'Forgot your password?';
$lang['install_folder']  = 'Security Notice: If you already installed/updated then you should remove the \'install\' folder before proceeding';
$lang['signup'] = 'Sign-up for an account';
$lang['welcome'] = "Bienvenido a OpenDocMan";
$lang['welcome2'] = "Debe loguearse para comenzar a utilizar las esta poderosa herramienta de almacenamiento, publicaci&oacute;n y control de versiones";
$lang['welcome_anonymous_h1'] = 'OpenDocMan Anonymous Page';
$lang['welcome_anonymous_title'] = 'OpenDocMan Anonymous Page: List All';

//GLOBAL TERMS
$lang['action'] = 'Action';
$lang['all'] = 'All';
$lang['anonymous'] = 'Anonymous';
$lang['author'] = 'Author';
$lang['category'] = "Categor&iacute;a";
$lang['choose'] = 'Choose';
$lang['date'] = 'Date';
$lang['days'] = 'days';
$lang['department'] = 'Department';
$lang['edit'] = 'Edit';
$lang['enter'] = "Ingresar";
$lang['error'] = 'Error';
$lang['file'] = 'File';
$lang['help'] = "Ayuda";
$lang['home'] = "Principal";
$lang['installer'] = 'Installer';
$lang['list'] = 'List';
$lang['login'] = 'Login';
$lang['logout'] = 'Logout';
$lang['new'] = 'New';
$lang['owner'] = 'Owner';
$lang['password'] = "Contrase&ntilde;a";
$lang['please'] = 'Please';
$lang['preferences'] = 'Preferences';
$lang['profile'] = "Perfil";
$lang['public'] = 'Public';
$lang['revision'] = 'Revision';
$lang['search'] = 'Search';
$lang['select'] = 'Select';
$lang['sincerly'] = 'Sincerly';
$lang['submit'] = 'Submit';
$lang['time'] = 'Time';
$lang['type'] = 'Type';
$lang['updated'] = 'Updated';
$lang['username'] = "Nombre de Usuario";
$lang['users'] = 'Users';
$lang['value'] = 'Value';
$lang['view'] = 'View';

//Areas
$lang['area_add_new_category'] = "Agregar Categor&iacute;a Nueva";
$lang['area_add_new_department'] = 'Add New Department';
$lang['area_add_new_file'] = "Agregar Archivo Nuevo";
$lang['area_add_new_udf'] = 'Add New User Defined Field';
$lang['area_add_new_user'] = 'Add New User';
$lang['area_admin'] = "Administraci&oacute;n";
$lang['area_check_in_file'] = 'Check-in File';
$lang['area_check_out_file'] = 'Check-out File';
$lang['area_choose_department'] = 'Choose Department';
$lang['area_delete_category'] = "Eliminar Categor&iacute;a";
$lang['area_deleted_files'] = 'Deleted Files';
$lang['area_department_information'] = 'Department Information';
$lang['area_display_category'] = "Mostrar Todos los Archivos en la Categor&iacute;a";
$lang['area_document_listing'] = "Listado de Documentos";
$lang['area_file_delete'] = "Eliminar Archivo";
$lang['area_file_details'] = 'File Details';
$lang['area_file_expiration'] = 'File Expiration';
$lang['area_personal_profile'] = 'Personal Profile';
$lang['area_reset_password'] = 'Reset Password';
$lang['area_update_category'] = "Actualizar Categor&iacute;a";
$lang['area_update_department'] = 'Update Department';
$lang['area_update_file'] = 'Update File';
$lang['area_view_category'] = 'View Category';

// Botones
$lang['button_add_category'] = "Agregar Categor&iacute;a";
$lang['button_add_department'] = 'Add Department';
$lang['button_add_document'] = "Agregar Documento";
$lang['button_authorize'] = 'Authorize';
$lang['button_back'] = "Atr&aacute;s";
$lang['button_cancel'] = "Cancelar";
$lang['button_check_in'] = 'Check-in';
$lang['button_clear_status'] = 'Clear Status';
$lang['button_click_here'] = 'Click Here';
$lang['button_continue'] = 'Continue';
$lang['button_delete'] = "Eliminar";
$lang['button_delete_files'] = 'Delete Files';
$lang['button_display_category'] = "Mostrar todos los archivos en esta categor&iacute;a";
$lang['button_modify_category'] = "Modificar Categor&iacute;a";
$lang['button_modify_department'] = 'Modify Department';
$lang['button_reject'] = 'Reject';
$lang['button_reset'] = 'Reset';
$lang['button_resubmit_for_review'] = 'Re-Submit For Review';
$lang['button_save'] = 'Save';
$lang['button_undelete'] = 'Undelete';
$lang['button_update'] = "Actualizar";
$lang['button_view_department'] = 'View Department';
$lang['button_yes'] = "Si";

// E-Mail
$lang['email_added_to_repository'] = 'added to repository';
$lang['email_a_new_file_has_been_added'] = 'A new file has been added';
$lang['email_a_new_file_has_been_rejected'] = 'A new file has been rejected';
$lang['email_automated_document_messenger'] = 'Automated Document Messenger';
$lang['email_because_you_did_not_revise'] = 'because you did not revise it for more than';
$lang['email_comments_regarding_review'] = 'Comments regarding your review of the document';
$lang['email_email_all_users'] = 'E-mail all users';
$lang['email_email_these_users'] = 'E-mail theses users';
$lang['email_email_whole_department'] = 'E-mail whole department';
$lang['email_file_expired'] = 'A File Has Expired';
$lang['email_file_was_rejected_because'] = 'Your file was rejected because you did not revise it for more than';
$lang['email_file_was_rejected_expired'] = 'Your file has expired. Please update the file as soon as possible. Your file may be inaccessible until you do.';
$lang['email_for_the_following_reasons'] = 'for the following reasons';
$lang['email_greeting'] = 'Dear author';
$lang['email_i_would_like_to_inform'] = 'I would like to inform you that';
$lang['email_note_to_authors'] = 'Note to Author(s)';
$lang['email_revision_days'] = 'Maximum number of days before expiration:';
$lang['email_salute'] = 'Sincerely';
$lang['email_someone_has_requested_password'] = 'Someone has requested a password reset.  If you wish to reset your password please follow the link below.  If you do not wish to reset your password then simply do nothing and disregard this email.';
$lang['email_status_expired'] = 'Status: Expired';
$lang['email_subject_review_status'] = 'Review status for document ';
$lang['email_subject'] = 'Subject';
$lang['email_thank_you'] = 'Thank You';
$lang['email_to'] = 'To';
$lang['email_was_declined_for_publishing_at'] = 'Was declined for publishing at';
$lang['email_was_rejected_from_repository'] = 'Was rejected from repository';
$lang['email_you_can_now_login'] = 'You can now log into your account at this page';
$lang['email_your_account_created'] = 'your document management account was created at';
$lang['email_your_file_has_been_authorized'] = 'Your file has been authorized for publication';

// Etiquetas
$lang['label_add'] = "Agregar";
$lang['label_admin'] = "Administrador";
$lang['label_all_departments'] = "Todos los Sectores";
$lang['label_author'] = "Autor";
$lang['label_browse_by'] = "Examinar por:";
$lang['label_case_sensitive'] = 'Case Sensitive';
$lang['label_check_expiration'] = 'Check Expiration';
$lang['label_checked_out_files'] = "Archivos Retirados";
$lang['label_comment'] = "Comentario";
$lang['label_created_date'] = "Fecha de Creaci&oacute;n";
$lang['label_default_for_unset'] = "Configuraci&iacute;n por defecto para Sector no definida";
$lang['label_delete'] = "Eliminar";
$lang['label_delete_undelete'] = 'Delete/Undelete';
$lang['label_department'] = "Sector";
$lang['label_department_authority'] = "Autoridad del Sector";
$lang['label_department_to_modify'] = 'Department to modify';
$lang['label_description'] = "Descripci&oacute;n";
$lang['label_display'] = "Mostrar";
$lang['label_email_address'] = 'E-Mail Address';
$lang['label_empty'] = "Vac&iacute;o";
$lang['label_exact_phrase'] = 'Exact Phrase';
$lang['label_example'] = 'Example';
$lang['label_file_archive'] = "Registro de Archivos";
$lang['label_file_category'] = 'File Category';
$lang['label_file_listing'] = 'Files List';
$lang['label_file_location'] = "Ubicaci&oacute;n del Archivo";
$lang['label_file_maintenance'] = "Mantenimieto de Archivos";
$lang['label_file_name'] = "Nombre de Archivo";
$lang['label_filename'] = 'Filename';
$lang['label_first_name'] = 'First Name';
$lang['label_forbidden'] = "Prohibido";
$lang['label_found_documents'] = "documento(s) encontrado(s)";
$lang['label_id'] = 'ID';
$lang['label_is_admin'] = 'Is Admin';
$lang['label_is_reviewer'] = 'Is Reviewer';
$lang['label_last_name'] = 'Last Name';
$lang['label_moderation'] = "Moderaci&oacute;n";
$lang['label_modified_date'] = "Fecha de Modificaci&oacute;n";
$lang['label_modify'] = "Modificar";
$lang['label_name'] = "Nombre";
$lang['label_new_password'] = 'New Password';
$lang['label_next'] = 'Next';
$lang['label_note_for_revision_log'] = 'Note for revision log';
$lang['label_page'] = 'Page';
$lang['label_phone_number'] = 'Phone Number';
$lang['label_prev'] = 'Previous';
$lang['label_read'] = "Leer";
$lang['label_rejected_files'] = "Archivos Rechazados";
$lang['label_rejections'] = 'Rejections';
$lang['label_reviewer'] = 'Reviewer';
$lang['label_reviewer_for'] = 'Dept. reviewer for';
$lang['label_reviews'] = 'Reviews';
$lang['label_rights'] = "Permisos";
$lang['label_run_expiration'] = "Ejecutar la Aplicaci&oacute;n de Control de Expiraci&oacute;n";
$lang['label_search_term'] = 'Search term';
$lang['label_select_a_department'] = "Seleccione un sector";
$lang['label_select_departments'] = 'Select departments';
$lang['label_select_one'] = "Seleccione uno";
$lang['label_size'] = "Tama&ntilde;o";
$lang['label_specific_permissions'] = "Permisos Espec&iacute;ficos del Usuario (ctrl-click / cmd-click)";
$lang['label_status'] = "Estado";
$lang['label_update'] = "Actualizar";
$lang['label_user'] = "Usuario";
$lang['label_user_defined_field'] = 'User Defined Field';
$lang['label_user_defined_fields'] = 'User Defined Fields';
$lang['label_users_in_department'] = 'Users in this department';
$lang['label_view'] = "Ver";

// Mensajes
$lang['message_account_created'] = 'Your account has been created. Please check your email for login information.';
$lang['message_account_created_add_user'] = 'Your account has been created.';
$lang['message_account_created_password'] = 'Your randomly generated password is';
$lang['message_action_cancelled'] = 'Action Cancelled';
$lang['message_all_actions_successfull'] = 'All actions completed successfully';
$lang['message_an_email_has_been_sent'] = 'An email has been sent to the email address on file with a link that must be followed in order to reset the password.';
$lang['message_anonymous_view'] = 'You have been switched to anonymous view mode';
$lang['message_are_you_sure_remove'] = "Est&aacute; seguro que desea eliminarlo?";
$lang['message_authorized'] = 'Authorized';
$lang['message_category_successfully_added'] = 'Category successfully added';
$lang['message_category_successfully_deleted'] = 'Category successfully deleted';
$lang['message_category_successfully_updated'] = 'Category successfully updated';
$lang['message_click_to_checkout_document'] = 'Click to check out the selected document and begin downloading it to your local workstation';
$lang['message_current'] = "Actual";
$lang['message_datadir_problem'] = 'There is a problem with your dataDir. Check to make sure it exists and is writeable';
$lang['message_department_successfully_added'] = 'Department successfully added';
$lang['message_department_successfully_updated'] = 'Department successfully updated';
$lang['message_directory_creation_failed'] = 'Directory Creation Failed';
$lang['message_document_added'] = "El Documento se agreg&oacute; con &eacute;xito";
$lang['message_document_checked_in'] = 'Document successfully checked in';
$lang['message_document_checked_out_to_you'] = 'Documents currently checked out by you';
$lang['message_document_has_been_archived'] = 'Document has been archived';
$lang['message_document_successfully_deleted'] = 'Document successfully deleted';
$lang['message_documents_expired'] = 'Documents expired';
$lang['message_documents_rejected'] = 'Documents rejected';
$lang['message_documents_waiting'] = 'Documents waiting to be reviewed';
$lang['message_error_performing_action'] = 'There was an error performing the request action';
$lang['message_file_authorized'] = 'File authorization completed successfully';
$lang['message_file_does_not_exist'] = 'File does not exist or there is a problem with the file.';
$lang['message_file_expired'] = 'File Expired';
$lang['message_file_rejected'] = 'File rejection completed successfully';
$lang['message_folder_error_check'] = 'Folder Error. Check Last Message in status bar for details.';
$lang['message_folder_perms_error'] = "Error de Permisos en la Carpeta:";
$lang['message_for_further_assistance'] = "para m&aacute;s ayuda";
$lang['message_found_documents'] = 'found document(s)';
$lang['message_if_you_are_unable_to_view'] = 'If you are not able to do so for some reason, click <input type="submit" name="submit" value="Download"> to download the selected document and begin downloading it to your local workstation for local view.';
$lang['message_initial_import'] = "Importaci&oacute;n Inicial";
$lang['message_last_message'] = "&Uacute;ltimo Mensaje:";
$lang['message_latest_version'] = 'Latest version';
$lang['message_no_author_comments_available'] = 'No author comments available';
$lang['message_no_description_available'] = "Sin descripci&oacute;n disponible";
$lang['message_no_documents_checked_out'] = 'No documents are currently checked out to you.';
$lang['message_no_files_found'] = "No Se Encontraron Archivos";
$lang['message_no_information_available'] = 'No information available';
$lang['message_non_unique_account'] = 'Non-Unique account';
$lang['message_non_unique_key'] = 'Non-Unique key in database.';
$lang['message_not_writeable'] = "No se puede Escribir!";
$lang['message_nothing_to_do'] = 'Nothing to do';
$lang['message_once_the_document_has_completed'] = 'Once the document has completed downloading, you may';
$lang['message_original_version'] = 'Original version';
$lang['message_please_email'] = "Por favor su correo electr&oacute;nico";
$lang['message_please_upload_valid_doc'] = 'Please upload a valid document';
$lang['message_record_exists'] = 'Record already exists. Try again with a different value.';
$lang['message_rejected'] = 'Rejected';
$lang['message_rejecting_files'] = 'Rejecting files last edited before';
$lang['message_reviewers_comments_re_rejection'] = 'Reviewers comments regarding rejection';
$lang['message_session_error'] = 'Session error. Please login again.';
$lang['message_set_your_new_password'] = 'Set your new password using the form below.';
$lang['message_sorry_demo_mode'] = "Disculpe, este es el modo demostraci&oacute;n, esta operaci&oacute;n no est&aacute; permitida!";
$lang['message_sorry_not_allowed'] = 'Sorry, you are not allowed do to that!';
$lang['message_that_filetype_not_supported'] = 'That file type is not currently supported.<p>Please upload a document conforming to any of the following file types or add the missing MIMETYPE to ';
$lang['message_the_code_you_are_using'] = 'The code you are trying to use to reset your password is no longer valid.  Please use this form to reset your password.';
$lang['message_the_file_is_too_large'] = 'The file is too large. Maximum size is';
$lang['message_the_username_you_entered'] = 'The username you entered was not found in our system.  Contact us if you have forgotten your username.';
$lang['message_there_was_an_error_loggin_you_in'] = 'There was an error loggin you in. Please try again.';
$lang['message_there_was_an_error_performing_the_action'] = 'There was an error performing the requested action.';
$lang['message_this_file_cannot_be_checked_in'] = 'This file cannot be checked in';
$lang['message_this_file_cannot_be_uploaded'] = 'This file cannot be uploaded properly';
$lang['message_this_operation_cannot_be_done_file'] = 'This operation cannot be done on this file';
$lang['message_this_operation_cannot_be_done_rev'] = 'This operation cannot be done to a revision of a file';
$lang['message_this_page_requires_root'] = 'This page requires root level permission';
$lang['message_this_site_has_high_security'] = 'This site has a high level of security and we cannot retrieve your password for you.  You can use this form to reset your password.  Enter your username and we will send an email to the email address on file with a link that you must follow to reset your password.  At that point you may set it to anything you wish.';
$lang['message_to_view_your_file'] = 'To view your file in a new window';
$lang['message_udf_successfully_added'] = 'User defined field successfully added';
$lang['message_udf_successfully_deleted'] = 'User defined field successfully deleted';
$lang['message_unable_to_determine_root'] = 'Unable to determine the root username. Please check your configuration.';
$lang['message_unable_to_find_file'] = "No se puede encontrar el archivo requerido";
$lang['message_user_exists'] = 'That user already exists. Please <a href=\'signup.php\'>try again</a>';
$lang['message_user_successfully_added'] = 'User successfully added';
$lang['message_user_successfully_deleted'] = 'User successfully deleted';
$lang['message_user_successfully_updated'] = 'User successfully updated';
$lang['message_wrong_file_checkin'] = 'Wrong file! Please check in the right file.';
$lang['message_you_are_not_administrator'] = 'You are not an administrator';
$lang['message_you_did_not_enter_value'] = 'You did not enter a value!';
$lang['message_you_do_not_have_an_account'] = 'You do not currently have an account. Please contact the administrator to request one.';
$lang['message_you_must_assign_rights'] = 'You must assign view/modify rights to at least one user.';
$lang['message_your_password_has_been_changed'] = 'Your password has been changed.';

$lang['view'] = $lang['label_view'];
?>
--
Steve
Lead Developer - OpenDocMan
User avatar
Stephen
Site Admin
 
Posts: 375
Joined: Tue Jan 12, 2010 9:23 am

Re: Multi language - Turkish (partial)

Postby Stephen » Fri May 28, 2010 10:08 pm

Here is a partial Turkish translation:

Code: Select all
<?php
//Turkish LANGUAGE FILE
//(C) 2010 Stephen Lawrence Jr.
// Translator:  "A. Murat Ergin" <murat.ergin@ege.edu.tr>
/*
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
*/
//      TURKISH LANGUAGE FILE
//      See Turkish Characters wep pages with ASCII
//
//      Display Friendly Code Numerical Code Description
//      ##              &#304;  Capital I-dotted
//      ######305;      Lowercase i-dotless
//      ##&Ouml;        &#214;  Capital O-umlaut
//      ####uml;        &#246;  Lowercase o-umlaut
//      ##&Uuml;        &#220;  Capital U-umlaut
//      ######l;        &#252;  Lowercase u-umlaut
//      ##&Ccedil;&#199;        Capital C-cedil
//      ###ccedil;&#231;        Lowercase c-cedil
//      ##                      &#286;  Capital G-breve
//      ####    &#287;  Lowercase g-breve
//      ##                      &#350;  Capital S-cedil
//      #                       &#351;  Lowercase s-cedil
//      #                       &#8356; New Lira

$lang = array();
global $lang;

//Login
$lang['anonymous_link'] = 'Anonim dosyalar&#305; g&#246;rmek i&#231;in buraya t&#305;klay&#305;n&#305;z.';
$lang['forgotpassword'] = 'Forgot your password?';
$lang['install_folder']  = 'Security Notice: If you already installed/updated then you should remove the \'install\' folder before proceeding';
$lang['signup'] = 'Sign-up for an account';
$lang['welcome'] = "OpenDocMan'a ho&#351;geldiniz";
$lang['welcome2'] = "G&#252;&#231;l&#252; depolama, yay&#305;nlama ve uyarlama kontrol &#246;zellikli sistemi kullanmak i&#231;in oturum a&#231;&#305;n&#305;z.";
$lang['welcome_anonymous_h1'] = 'OpenDocMan Anonim Sayfas&#305;';
$lang['welcome_anonymous_title'] = 'OpenDocMan Anonim Sayfas&#305;: Hepsini Listele';

//GLOBAL TERMS

$lang['action'] = 'Action';
$lang['all'] = 'All';
$lang['anonymous'] = 'Anonim';
$lang['author'] = "Yazar";
$lang['category'] = "Kategori";
$lang['choose'] = 'Choose';
$lang['date'] = 'Date';
$lang['days'] = 'days';
$lang['department'] = 'Department';
$lang['edit'] = 'Edit';
$lang['enter'] = "Giri&#351;";
$lang['error'] = 'Error';
$lang['file'] = 'File';
$lang['help'] = "Yard&#305;m";
$lang['home'] = "Ana Sayfa";
$lang['installer'] = 'Installer';
$lang['list'] = 'List';
$lang['login'] = 'Login';
$lang['logout'] = 'Logout';
$lang['new'] = 'New';
$lang['owner'] = 'Owner';
$lang['password'] = "&#350;ifre";
$lang['please'] = 'Please';
$lang['preferences'] = 'Preferences';
$lang['profile'] = "Profil";
$lang['public'] = 'Umumi';
$lang['revision'] = 'Revision';
$lang['search'] = 'Search';
$lang['select'] = 'Select';
$lang['sincerly'] = "&#304;yi dileklerimle";
$lang['submit'] = 'Submit';
$lang['time'] = 'Time';
$lang['type'] = 'Type';
$lang['updated'] = 'Updated';
$lang['username'] = 'Username';
$lang['users'] = 'Users';
$lang['value'] = 'Value';
$lang['view'] = 'View';

//Areas
$lang['area_add_new_category'] = "Yeni Kategori ekle";
$lang['area_add_new_department'] = 'Add New Department';
$lang['area_add_new_file'] = "Yeni dosya ekle";
$lang['area_add_new_udf'] = 'Add New User Defined Field';
$lang['area_add_new_user'] = 'Add New User';
$lang['area_admin'] = "Y&#246;netim";
$lang['area_check_in_file'] = 'Check-in File';
$lang['area_check_out_file'] = 'Check-out File';
$lang['area_choose_department'] = 'Choose Department';
$lang['area_delete_category'] = "Kategori sil";
$lang['area_deleted_files'] = 'Deleted Files';
$lang['area_department_information'] = 'Department Information';
$lang['area_display_category'] = "Kategorideki t&#252;m dosyalar&#305; g&#246;ster";
$lang['area_document_listing'] = "Dok&#252;man listesi";
$lang['area_file_delete'] = "Dosya sil";
$lang['area_file_details'] = 'File Details';
$lang['area_file_expiration'] = "Dosya kullan&#305;m s&#252;resi sonu";
$lang['area_personal_profile'] = 'Personal Profile';
$lang['area_reset_password'] = 'Reset Password';
$lang['area_update_category'] = "Kategori g&#252;ncelle";
$lang['area_update_department'] = 'Update Department';
$lang['area_update_file'] = 'Update File';
$lang['area_view_category'] = 'View Category';

// Messages
$lang['message_account_created'] = 'Your account has been created. Please check your email for login information.';
$lang['message_account_created_add_user'] = 'Your account has been created.';
$lang['message_account_created_password'] = 'Your randomly generated password is';
$lang['message_action_cancelled'] = 'Action Cancelled';
$lang['message_all_actions_successfull'] = 'All actions completed successfully';
$lang['message_an_email_has_been_sent'] = 'An email has been sent to the email address on file with a link that must be followed in order to reset the password.';
$lang['message_anonymous_view'] = 'Anonim g&#246;rme moduna ge&#231;mi&#351; bulunmaktas&#305;n&#305;z';
$lang['message_are_you_sure_remove'] = "Bunu kald&#305;rmak istedi&#287;inizden eminmisiniz?";
$lang['message_authorized'] = 'Authorized';
$lang['message_category_successfully_added'] = 'Category successfully added';
$lang['message_category_successfully_deleted'] = 'Category successfully deleted';
$lang['message_category_successfully_updated'] = 'Category successfully updated';
$lang['message_click_to_checkout_document'] = 'Click to check out the selected document and begin downloading it to your local workstation';
$lang['message_current'] = "Ge&#231;erli";
$lang['message_datadir_problem'] = 'There is a problem with your dataDir. Check to make sure it exists and is writeable';
$lang['message_department_successfully_added'] = 'Department successfully added';
$lang['message_department_successfully_updated'] = 'Department successfully updated';
$lang['message_directory_creation_failed'] = 'Directory Creation Failed';
$lang['message_document_added'] = "Dok&#252;man ba&#351;ar&#305;yla eklendi";
$lang['message_document_checked_in'] = 'Document successfully checked in';
$lang['message_document_checked_out_to_you'] = 'Documents currently checked out by you';
$lang['message_document_has_been_archived'] = 'Document has been archived';
$lang['message_document_successfully_deleted'] = 'Document successfully deleted';
$lang['message_documents_expired'] = 'Documents expired';
$lang['message_documents_rejected'] = 'Documents rejected';
$lang['message_documents_waiting'] = 'Documents waiting to be reviewed';
$lang['message_error_performing_action'] = 'There was an error performing the request action';
$lang['message_file_authorized'] = 'File authorization completed successfully';
$lang['message_file_does_not_exist'] = 'File does not exist or there is a problem with the file.';
$lang['message_file_expired'] = 'File Expired';
$lang['message_file_rejected'] = 'File rejection completed successfully';
$lang['message_folder_error_check'] = 'Folder Error. Check Last Message in status bar for details.';
$lang['message_folder_perms_error'] = "Dizin izinleri hatas&#305;:";
$lang['message_for_further_assistance'] = "Daha ileri yard&#305;m i&#231;in";
$lang['message_found_documents'] = 'found document(s)';
$lang['message_if_you_are_unable_to_view'] = 'If you are not able to do so for some reason, click <input type="submit" name="submit" value="Download"> to download the selected document and begin downloading it to your local workstation for local view.';
$lang['message_initial_import'] = "Ba&#351;lang&#305;&#231; i&#231;eri aktarmas&#305;";
$lang['message_last_message'] = "Son mesaj:";
$lang['message_latest_version'] = 'Latest version';
$lang['message_no_author_comments_available'] = 'No author comments available';
$lang['message_no_description_available'] = "Tan&#305;mlama yok";
$lang['message_no_documents_checked_out'] = 'No documents are currently checked out to you.';
$lang['message_no_files_found'] = "Dosya(lar) bulunamad&#305;";
$lang['message_no_information_available'] = 'No information available';
$lang['message_non_unique_account'] = 'Non-Unique account';
$lang['message_non_unique_key'] = 'Non-Unique key in database.';
$lang['message_not_writeable'] = "Yaz&#305;lamaz!";
$lang['message_nothing_to_do'] = 'Nothing to do';
$lang['message_once_the_document_has_completed'] = 'Once the document has completed downloading, you may';
$lang['message_original_version'] = 'Original version';
$lang['message_please_email'] = "L&#252;tfen e-posta at&#305;n";
$lang['message_please_upload_valid_doc'] = 'Please upload a valid document';
$lang['message_record_exists'] = 'Record already exists. Try again with a different value.';
$lang['message_rejected'] = "Reddedilidi";
$lang['message_rejecting_files'] = "Son d&#252;zenlemeden &#246;nce dosyalar&#305; reddetme";
$lang['message_reviewers_comments_re_rejection'] = 'Reviewers comments regarding rejection';
$lang['message_session_error'] = 'Session error. Please login again.';
$lang['message_set_your_new_password'] = 'Set your new password using the form below.';
$lang['message_sorry_demo_mode'] = "&#220;zg&#252;n&#252;m, sadece demo modu, bu i&#351;lemi yapamazss&#305;n!";
$lang['message_sorry_not_allowed'] = 'Sorry, you are not allowed do to that!';
$lang['message_that_filetype_not_supported'] = 'That file type is not currently supported.<p>Please upload a document conforming to any of the following file types or add the missing MIMETYPE to ';
$lang['message_the_code_you_are_using'] = 'The code you are trying to use to reset your password is no longer valid.  Please use this form to reset your password.';
$lang['message_the_file_is_too_large'] = 'The file is too large. Maximum size is';
$lang['message_the_username_you_entered'] = 'The username you entered was not found in our system.  Contact us if you have forgotten your username.';
$lang['message_there_was_an_error_loggin_you_in'] = 'There was an error loggin you in. Please try again.';
$lang['message_there_was_an_error_performing_the_action'] = 'There was an error performing the requested action.';
$lang['message_this_file_cannot_be_checked_in'] = 'This file cannot be checked in';
$lang['message_this_file_cannot_be_uploaded'] = 'This file cannot be uploaded properly';
$lang['message_this_operation_cannot_be_done_file'] = 'This operation cannot be done on this file';
$lang['message_this_operation_cannot_be_done_rev'] = 'This operation cannot be done to a revision of a file';
$lang['message_this_page_requires_root'] = 'This page requires root level permission';
$lang['message_this_site_has_high_security'] = 'This site has a high level of security and we cannot retrieve your password for you.  You can use this form to reset your password.  Enter your username and we will send an email to the email address on file with a link that you must follow to reset your password.  At that point you may set it to anything you wish.';
$lang['message_to_view_your_file'] = 'To view your file in a new window';
$lang['message_udf_successfully_added'] = 'User defined field successfully added';
$lang['message_udf_successfully_deleted'] = 'User defined field successfully deleted';
$lang['message_unable_to_determine_root'] = 'Unable to determine the root username. Please check your configuration.';
$lang['message_unable_to_find_file'] = "&#304;stenen dosya bulunamad&#305;";
$lang['message_user_exists'] = 'That user already exists. Please <a href=\'signup.php\'>try again</a>';
$lang['message_user_successfully_added'] = 'User successfully added';
$lang['message_user_successfully_deleted'] = 'User successfully deleted';
$lang['message_user_successfully_updated'] = 'User successfully updated';
$lang['message_wrong_file_checkin'] = 'Wrong file! Please check in the right file.';
$lang['message_you_are_not_administrator'] = 'You are not an administrator';
$lang['message_you_did_not_enter_value'] = 'You did not enter a value!';
$lang['message_you_do_not_have_an_account'] = 'You do not currently have an account. Please contact the administrator to request one.';
$lang['message_you_must_assign_rights'] = 'You must assign view/modify rights to at least one user.';
$lang['message_your_password_has_been_changed'] = 'Your password has been changed.';

// Labels
$lang['label_add'] = "Ekle";
$lang['label_admin'] = "Y&#246;netim";
$lang['label_all_departments'] = "T&#252;m B&#246;l&#252;mler";
$lang['label_author'] = "Yazar";
$lang['label_browse_by'] = "G&#246;ster:";
$lang['label_case_sensitive'] = 'Case Sensitive';
$lang['label_check_expiration'] = 'Check Expiration';
$lang['label_checked_out_files'] = "Teslim edilen Dosyalar";
$lang['label_comment'] = "Yorum";
$lang['label_created_date'] = "Yarat&#305;lma Tarihi";
$lang['label_default_for_unset'] = "Ayarlanmam&#305;&#351; B&#246;l&#252;m i&#231;in Varsay&#305;lan Ayar";
$lang['label_delete'] = "Sil";
$lang['label_delete_undelete'] = 'Delete/Undelete';
$lang['label_department'] = "B&#246;l&#252;m";
$lang['label_department_authority'] = "B&#246;l&#252;m Yetkilisi";
$lang['label_department_to_modify'] = 'Department to modify';
$lang['label_description'] = "A&#231;&#305;klama";
$lang['label_display'] = "G&#246;ster";
$lang['label_email_address'] = 'E-Mail Address';
$lang['label_empty'] = "Bo&#351;";
$lang['label_exact_phrase'] = 'Exact Phrase';
$lang['label_example'] = 'Example';
$lang['label_file_archive'] = "Dosya Ar&#351;ivi";
$lang['label_file_category'] = 'File Category';
$lang['label_file_listing'] = 'Files List';
$lang['label_file_location'] = "Dosya Konumu";
$lang['label_file_maintenance'] = "Dosya Bak&#305;m&#305;";
$lang['label_file_name'] = "Dosya Ad&#305;";
$lang['label_filename'] = "Dosya Ad&#305;";
$lang['label_first_name'] = 'First Name';
$lang['label_forbidden'] = "Yasak";
$lang['label_found_documents'] = "Dok&#252;man(lar) bulundu";
$lang['label_id'] = 'ID';
$lang['label_is_admin'] = 'Is Admin';
$lang['label_is_reviewer'] = 'Is Reviewer';
$lang['label_last_name'] = 'Last Name';
$lang['label_moderation'] = "Y&#246;netim";
$lang['label_modified_date'] = "De&#287;i&#351;tirilmi&#351; Tarih";
$lang['label_modify'] = "De&#287;i&#351;tirme";
$lang['label_name'] = "Ad";
$lang['label_new_password'] = 'New Password';
$lang['label_next'] = 'Next';
$lang['label_note_for_revision_log'] = 'Note for revision log';
$lang['label_page'] = 'Page';
$lang['label_phone_number'] = 'Phone Number';
$lang['label_prev'] = 'Previous';
$lang['label_read'] = "Oku";
$lang['label_rejected_files'] = "Reddedilen Dosyalar";
$lang['label_rejections'] = 'Rejections';
$lang['label_reviewer'] = 'Reviewer';
$lang['label_reviewer_for'] = 'Dept. reviewer for';
$lang['label_reviews'] = 'Reviews';
$lang['label_rights'] = "&#304;zinler";
$lang['label_run_expiration'] = "S&#252;re a&#351;&#305;m&#305; program&#305;n&#305; &#231;al&#305;&#351;t&#305;r";
$lang['label_search_term'] = 'Search term';
$lang['label_select_a_department'] = "B&#246;l&#252;m se&#231;";
$lang['label_select_departments'] = 'Select departments';
$lang['label_select_one'] = "Birini se&#231;";
$lang['label_size'] = "Boyut";
$lang['label_specific_permissions'] = "&#214;zelle&#351;tirilmi&#351; Kullan&#305;c&#305; &#304;zinleri";
$lang['label_status'] = "Durumlar";
$lang['label_update'] = "G&#252;ncelle";
$lang['label_user'] = "Kullan&#305;c&#305;";
$lang['label_user_defined_field'] = 'User Defined Field';
$lang['label_user_defined_fields'] = 'User Defined Fields';
$lang['label_users_in_department'] = 'Users in this department';
$lang['label_view'] = "G&#246;r&#252;nt&#252;leme";

// Buttons

$lang['button_add_category'] = "Kategory Ekle";
$lang['button_add_department'] = 'Add Department';
$lang['button_add_document'] = "Dok&#252;man Ekle";
$lang['button_authorize'] = 'Authorize';
$lang['button_back'] = "Geri";
$lang['button_cancel'] = "&#304;ptal";
$lang['button_check_in'] = 'Check-in';
$lang['button_clear_status'] = 'Clear Status';
$lang['button_click_here'] = 'Click Here';
$lang['button_continue'] = 'Continue';
$lang['button_delete'] = "Sil";
$lang['button_delete_files'] = 'Delete Files';
$lang['button_display_category'] = "Bu Kategori &#304;&#231;indeki T&#252;m Dosyalar&#305; G&#246;ster";
$lang['button_modify_category'] = "Kategori D&#252;zenle";
$lang['button_modify_department'] = 'Modify Department';
$lang['button_reject'] = 'Reject';
$lang['button_reset'] = 'Reset';
$lang['button_resubmit_for_review'] = 'Re-Submit For Review';
$lang['button_save'] = 'Save';
$lang['button_undelete'] = 'Undelete';
$lang['button_update'] = "G&#252;ncelle";
$lang['button_view_department'] = 'View Department';
$lang['button_yes'] = "Evet";

//Email

$lang['email_a_new_file_has_been_added'] = 'A new file has been added';
$lang['email_a_new_file_has_been_rejected'] = 'A new file has been rejected';
$lang['email_added_to_repository'] = 'added to repository';
$lang['email_automated_document_messenger'] = 'Automated Document Messenger';
$lang['email_because_you_did_not_revise'] = 'because you did not revise it for more than';
$lang['email_comments_regarding_review'] = 'Comments regarding your review of the document';
$lang['email_email_all_users'] = 'E-mail all users';
$lang['email_email_these_users'] = 'E-mail theses users';
$lang['email_email_whole_department'] = 'E-mail whole department';
$lang['email_file_expired'] = "Dosya Zaman A&#351;&#305;m&#305;na U&#287;rad&#305;";
$lang['email_file_was_rejected_because'] = 'Your file was rejected because you did not revise it for more than';
$lang['email_file_was_rejected_expired'] = "Dosyan&#305;z&#305;n s&#252;resi dolmu&#351;tur. L&#252;tfen m&#252;mk&#252;n olan en k&#305;sa zamanda g&#252;ncelleyin. &#304;&#351;leminizi yapana kadar dosyan&#305;z eri&#351;ilmez durumda olabilir.";
$lang['email_for_the_following_reasons'] = 'for the following reasons';
$lang['email_greeting'] = 'Dear author';
$lang['email_i_would_like_to_inform'] = 'I would like to inform you that';
$lang['email_note_to_authors'] = 'Note to Author(s)';
$lang['email_revision_days'] = "Zaman a&#351;&#305;m&#305;ndan &#246;nceki maksimum g&#252;n say&#305;s&#305;:";
$lang['email_salute'] = 'Sincerely';
$lang['email_someone_has_requested_password'] = 'Someone has requested a password reset.  If you wish to reset your password please follow the link below.  If you do not wish to reset your password then simply do nothing and disregard this email.';
$lang['email_status_expired'] = "Durum: Zaman a&#351;&#305;m&#305;";
$lang['email_subject'] = 'Subject';
$lang['email_subject_review_status'] = 'Review status for document ';
$lang['email_thank_you'] = 'Thank You';
$lang['email_to'] = 'To';
$lang['email_was_declined_for_publishing_at'] = 'Was declined for publishing at';
$lang['email_was_rejected_from_repository'] = 'Was rejected from repository';
$lang['email_you_can_now_login'] = 'You can now log into your account at this page';
$lang['email_your_account_created'] = 'your document management account was created at';
$lang['email_your_file_has_been_authorized'] = 'Your file has been authorized for publication';

//Single word

$lang['view'] = $lang['label_view'];
?>
--
Steve
Lead Developer - OpenDocMan
User avatar
Stephen
Site Admin
 
Posts: 375
Joined: Tue Jan 12, 2010 9:23 am

Next

Return to OpenDocMan Feature Requests

Who is online

Users browsing this forum: No registered users and 1 guest

cron