minor language changes
This commit is contained in:
parent
8dd54ddbb2
commit
1640d6ee4a
5 changed files with 14 additions and 6 deletions
|
@ -12,7 +12,7 @@
|
|||
* @package NOCC
|
||||
* @subpackage Translations
|
||||
* @license http://www.gnu.org/licenses/ GNU General Public License
|
||||
* @version SVN: $Id: el.php 2937 2021-03-12 06:05:32Z translatewiki $
|
||||
* @version SVN: $Id: el.php 2995 2022-02-21 12:10:24Z translatewiki $
|
||||
*/
|
||||
/** Greek (Ελληνικά)
|
||||
*
|
||||
|
@ -32,6 +32,7 @@
|
|||
* @author Nikosgranturismogt
|
||||
* @author Omnipaedista
|
||||
* @author Spyros Ioakim <sioakim@ace-hellas.gr>
|
||||
* @author Αντιγόνη
|
||||
* @author Περίεργος
|
||||
*/
|
||||
|
||||
|
@ -252,3 +253,4 @@ $html_fd_skipcount = 'με %1$d διευθύνσεις ηλ. ταχυδρομε
|
|||
$reset_clicked = 'Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτή τη φόρμα;';
|
||||
$html_collect_option0 = 'Ποτέ';
|
||||
$html_collect_option3 = 'Πάντα';
|
||||
$html_version_message3 = 'Eίναι διαθέσιμη νέα έκδοση';
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
* @package NOCC
|
||||
* @subpackage Translations
|
||||
* @license http://www.gnu.org/licenses/ GNU General Public License
|
||||
* @version SVN: $Id: it.php 2965 2021-11-25 12:10:56Z translatewiki $
|
||||
* @version SVN: $Id: it.php 2989 2022-01-17 12:09:58Z translatewiki $
|
||||
*/
|
||||
/** Italian (italiano)
|
||||
*
|
||||
|
@ -69,7 +69,7 @@ $html_lang_label = 'Lingua:';
|
|||
$html_msgperpage_label = 'Messaggi per pagina:';
|
||||
$html_preferences = 'Preferenze';
|
||||
$html_full_name_label = 'Nome completo:';
|
||||
$html_email_address_label = 'Indirizzo e-mail:';
|
||||
$html_email_address_label = 'Indirizzo email:';
|
||||
$html_bccself = 'Manda una copia nascosta a me stesso';
|
||||
$html_hide_addresses = 'Nascondi indirizzi';
|
||||
$html_outlook_quoting = 'Citazioni in stile Outlook';
|
||||
|
|
|
@ -35,6 +35,7 @@ $title_next_page = 'Pàggina appressu';
|
|||
$html_login = 'Trasi';
|
||||
$html_user_label = 'Utenti:';
|
||||
$html_passwd_label = 'Password:';
|
||||
$html_submit = 'Manna';
|
||||
$html_help = 'Aiutu';
|
||||
$html_lang_label = 'Lingua:';
|
||||
$html_preferences = 'Prifirenzi';
|
||||
|
@ -51,7 +52,10 @@ $html_of = 'di';
|
|||
$html_reply_short = 'Re:';
|
||||
$html_delete = 'Cancella';
|
||||
$html_mark = 'Cancella';
|
||||
$html_att_label = 'Allegatu:';
|
||||
$html_atts_label = 'Allegati:';
|
||||
$html_unknown = '[scanusciutu]';
|
||||
$html_attach = 'Allega';
|
||||
$html_kb = 'kB';
|
||||
$html_mb = 'MB';
|
||||
$html_gb = 'GB';
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
* @package NOCC
|
||||
* @subpackage Translations
|
||||
* @license http://www.gnu.org/licenses/ GNU General Public License
|
||||
* @version SVN: $Id: uk.php 2957 2021-08-30 11:13:56Z translatewiki $
|
||||
* @version SVN: $Id: uk.php 2996 2022-02-24 12:11:03Z translatewiki $
|
||||
*/
|
||||
/** Ukrainian (українська)
|
||||
*
|
||||
|
@ -25,6 +25,7 @@
|
|||
* @author Andriykopanytsia
|
||||
* @author Base
|
||||
* @author DDPAT
|
||||
* @author Ice bulldog
|
||||
* @author KEL
|
||||
* @author Movses
|
||||
* @author Piramidion
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
* @package NOCC
|
||||
* @subpackage Translations
|
||||
* @license http://www.gnu.org/licenses/ GNU General Public License
|
||||
* @version SVN: $Id: zh-hant.php 2959 2021-10-07 11:09:16Z translatewiki $
|
||||
* @version SVN: $Id: zh-hant.php 2994 2022-02-17 12:10:02Z translatewiki $
|
||||
*/
|
||||
/** Traditional Chinese (中文(繁體))
|
||||
*
|
||||
|
@ -35,6 +35,7 @@
|
|||
* @author Sanmosa
|
||||
* @author Wrightbus
|
||||
* @author Xiplus
|
||||
* @author 列维劳德
|
||||
*/
|
||||
|
||||
$lang_locale = 'zh_TW.UTF-8';
|
||||
|
@ -73,7 +74,7 @@ $html_full_name_label = '全名:';
|
|||
$html_email_address_label = '電子郵件地址:';
|
||||
$html_bccself = '密件副本給自己';
|
||||
$html_hide_addresses = '隱藏地址';
|
||||
$html_outlook_quoting = '以微軟Outlook的形式引用';
|
||||
$html_outlook_quoting = 'Outlook式引用';
|
||||
$html_reply_to = '回覆';
|
||||
$html_reply_to_label = '回覆:';
|
||||
$html_use_signature = '使用簽名';
|
||||
|
|
Loading…
Reference in a new issue