Advertisement
Guest User

core/components/babel/lexicon/en/default.inc.php

a guest
Jan 29th, 2019
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 5.85 KB | None | 0 0
  1. <?php
  2. /**
  3.  * Babel
  4.  *
  5.  * Copyright 2010 by Jakob Class <jakob.class@class-zec.de>
  6.  *
  7.  * This file is part of Babel.
  8.  *
  9.  * Babel is free software; you can redistribute it and/or modify it under the
  10.  * terms of the GNU General Public License as published by the Free Software
  11.  * Foundation; either version 2 of the License, or (at your option) any later
  12.  * version.
  13.  *
  14.  * Babel is distributed in the hope that it will be useful, but WITHOUT ANY
  15.  * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
  16.  * A PARTICULAR PURPOSE. See the GNU General Public License for more details.
  17.  *
  18.  * You should have received a copy of the GNU General Public License along with
  19.  * Babel; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
  20.  * Suite 330, Boston, MA 02111-1307 USA
  21.  *
  22.  * @package babel
  23.  */
  24. /**
  25.  * Babel English language file
  26.  *
  27.  * @author Jakob Class <jakob.class@class-zec.de>
  28.  *         goldsky <goldsky@virtudraft.com>
  29.  *
  30.  * @package babel
  31.  * @subpackage lexicon
  32.  *
  33.  * @todo complete babel.language_xx entries for every language
  34.  */
  35.  
  36. $_lang['babel'] = 'Babel';
  37. $_lang['babel.desc'] = 'Managing multilingual system';
  38. $_lang['babel.tv_caption'] = 'Babel Translation Links';
  39. $_lang['babel.tv_description'] = 'Maintained by Babel plugin. Please do not change!';
  40. $_lang['babel.create_translation'] = 'Create translation';
  41. $_lang['babel.create_translation_confirm'] = 'Are you sure you want to create new translation for this resource to <b>"[[+context]]"</b> context?';
  42. $_lang['babel.unlink'] = 'Unlink';
  43. $_lang['babel.unlink_translation'] = 'Unlink translation';
  44. $_lang['babel.unlink_translation_confirm'] = 'Are you sure you want to unlink translation from this resource to <b>"[[+context]]"</b> context?';
  45. $_lang['babel.unlink_all_translations'] = 'Unlink all translations';
  46. $_lang['babel.unlink_all_translations_confirm'] = 'Are you sure you want to unlink all translations from this resource?';
  47. $_lang['babel.link_translation_manually'] = 'or <strong>link translation manually</strong>:';
  48. $_lang['babel.link_translation'] = 'Link to existing resource';
  49. $_lang['babel.id_of_target'] = 'ID of target:';
  50. $_lang['babel....or'] = '... or';
  51. $_lang['babel.pagetitle_of_target'] = 'Pagetitle of target:';
  52. $_lang['babel.copy_tv_values'] = 'Copy synchronized TVs to target';
  53. $_lang['babel.save'] = 'Save';
  54. $_lang['babel.translation_pending'] = '[translations pending]';
  55. $_lang['babel.open'] = 'Open';
  56. $_lang['babel.please_wait'] = 'Please wait...';
  57. $_lang['babel.sync_linked_tranlations'] = 'Synchronize all translations from the target';
  58. $_lang['babel.select_tree_node'] = 'Select a node of the resource tree';
  59. $_lang['babel.all'] = 'All';
  60.  
  61. /**
  62.  * DEPRECATED
  63.  */
  64. /* language names */
  65. $_lang['babel.language_ar'] = 'Arabic';
  66. $_lang['babel.language_bg'] = 'Bulgarian';
  67. $_lang['babel.language_ca'] = 'Catalan';
  68. $_lang['babel.language_cs'] = 'Czech';
  69. $_lang['babel.language_da'] = 'Danish';
  70. $_lang['babel.language_de'] = 'German';
  71. $_lang['babel.language_en'] = 'English';
  72. $_lang['babel.language_es'] = 'Spanish';
  73. $_lang['babel.language_fa'] = 'Persian';
  74. $_lang['babel.language_fi'] = 'Finnish';
  75. $_lang['babel.language_fr'] = 'French';
  76. $_lang['babel.language_he'] = 'Hebrew';
  77. $_lang['babel.language_hu'] = 'Hungarian';
  78. $_lang['babel.language_id'] = 'Indonesian';
  79. $_lang['babel.language_it'] = 'Italian';
  80. $_lang['babel.language_ja'] = 'Japanese';
  81. $_lang['babel.language_ko'] = 'Korean';
  82. $_lang['babel.language_lt'] = 'Lithuanian';
  83. $_lang['babel.language_ms'] = 'Malay';
  84. $_lang['babel.language_nl'] = 'Dutch';
  85. $_lang['babel.language_no'] = 'Norwegian (Bokmål)';
  86. $_lang['babel.language_pl'] = 'Polish';
  87. $_lang['babel.language_pt'] = 'Portuguese';
  88. $_lang['babel.language_ro'] = 'Romanian';
  89. $_lang['babel.language_ru'] = 'Russian';
  90. $_lang['babel.language_sk'] = 'Slovak';
  91. $_lang['babel.language_sl'] = 'Slovenian';
  92. $_lang['babel.language_sr'] = 'Serbian';
  93. $_lang['babel.language_sv'] = 'Swedish';
  94. $_lang['babel.language_tr'] = 'Turkish';
  95. $_lang['babel.language_uk'] = 'Ukrainian';
  96. $_lang['babel.language_vi'] = 'Vietnamese';
  97. $_lang['babel.language_zh'] = 'Chinese';
  98.  
  99. /* error messages */
  100. $_lang['error.invalid_context_key'] = '[[+context]] is no valid context key.';
  101. $_lang['error.invalid_resource_id'] = '[[+resource]] is no valid resource id.';
  102. $_lang['error.resource_from_other_context'] = 'Resource [[+resource]] does not exist in context <b>"[[+context]]"</b>.';
  103. $_lang['error.resource_already_linked'] = 'Resource [[+resource]] is already linked with other resources.';
  104. $_lang['error.no_link_to_context'] = 'There does not exist any link to context [[+context]].';
  105. $_lang['error.link_of_selflink_not_possible'] = 'A link to a resource itself can not be linked.';
  106. $_lang['error.unlink_of_selflink_not_possible'] = 'A link to a resource itself can not be unlinked.';
  107. $_lang['error.translation_in_same_context'] = 'A translation can not be created within the same context.';
  108. $_lang['error.translation_already_exists'] = 'There is already a translation in context <b>"[[+context]]"</b>: <b>"[[+pagetitle]] ([[+resource]])"</b>';
  109. $_lang['error.could_not_create_translation'] = 'An error occured while trying to create a translation in context [[+context]].';
  110.  
  111. $_lang['babel.context_err_ns'] = 'Context was not specified.';
  112.  
  113. $_lang['setting_babel.contextKeys'] = 'Context Keys';
  114. $_lang['setting_babel.contextKeys_desc'] = 'Comma separated list of context keys which should be used to link multilingual resources.';
  115. $_lang['setting_babel.babelTvName'] = 'Babel TV Name';
  116. $_lang['setting_babel.babelTvName_desc'] = 'Name of template variable (TV) in which Babel will store the links between multilingual resources this TV will be maintained by Babel.';
  117. $_lang['setting_babel.syncTvs'] = 'TVs to be synchronized';
  118. $_lang['setting_babel.syncTvs_desc'] = 'Comma separated list of ids of template variables (TVs) which should be synchronized by Babel.';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement