r24684 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r24683‎ | r24684 | r24685 >
Date:17:52, 8 August 2007
Author:yaron
Status:old
Tags:
Comment:
Additions and removals to reflect last set of changes to the 'special' forms
Modified paths:
  • /trunk/extensions/SemanticForms/languages/SF_LanguageEn.php (modified) (history)
  • /trunk/extensions/SemanticForms/languages/SF_LanguageFr.php (modified) (history)
  • /trunk/extensions/SemanticForms/languages/SF_LanguageHe.php (modified) (history)
  • /trunk/extensions/SemanticForms/languages/SF_LanguagePt_br.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/languages/SF_LanguageEn.php
@@ -6,9 +6,11 @@
77 class SF_LanguageEn {
88
99 /* private */ var $sfContentMessages = array(
 10+ 'sf_createproperty_isattribute' => 'This is an attribute of type $1.',
 11+ 'sf_createproperty_allowedvals' => 'The allowed values for this attribute are:',
 12+ 'sf_createproperty_isrelation' => 'This is a relation.',
1013 'sf_template_docu' => 'This is the \'$1\' template. It should be called in the following format:',
1114 'sf_template_docufooter' => 'Edit the page to see the template text.',
12 - 'sf_template_pagetype' => 'This is a page of type $1.',
1315 'sf_form_docu' => 'This is the \'$1\' form; edit the page to see the source code. You can add data with this form [[$2|here]].',
1416 'sf_form_relation' => 'Has default form',
1517 // month names are already defined in MediaWiki, but unfortunately
@@ -30,24 +32,25 @@
3133 );
3234
3335 /* private */ var $sfUserMessages = array(
 36+ 'createproperty' => 'Create a semantic property',
3437 'templates' => 'Templates',
3538 'sf_templates_docu' => 'The following templates exist in the wiki.',
3639 'sf_templates_definescat' => 'defines category:',
37 - 'createtemplate' => 'Create template',
 40+ 'createtemplate' => 'Create a template',
3841 'sf_createtemplate_namelabel' => 'Template name:',
3942 'sf_createtemplate_categorylabel' => 'Category defined by template (optional):',
4043 'sf_createtemplate_templatefields' => 'Template fields',
4144 'sf_createtemplate_fieldsdesc' => 'To have the fields of a template not require field names, simply enter the index of that field (e.g. 1, 2, 3, etc.) as the name, instead of an actual name.',
4245 'sf_createtemplate_fieldname' => 'Field name:',
4346 'sf_createtemplate_displaylabel' => 'Display label:',
44 - 'sf_createtemplate_semanticfield' => 'Semantic field name:',
45 - 'sf_createtemplate_attribute' => 'attribute',
46 - 'sf_createtemplate_relation' => 'relation',
47 - 'sf_createtemplate_addfield' => 'Add field',
 47+ 'sf_createtemplate_semanticproperty' => 'Semantic property:',
 48+ 'sf_createtemplate_outputformat' => 'Output format:',
 49+ 'sf_createtemplate_standardformat' => 'Standard',
 50+ 'sf_createtemplate_infoboxformat' => 'Right-hand-side infobox',
4851 'sf_createtemplate_deletefield' => 'Delete',
4952 'forms' => 'Forms',
5053 'sf_forms_docu' => 'The following forms exist in the wiki.',
51 - 'createform' => 'Create form',
 54+ 'createform' => 'Create a form',
5255 'sf_createform_nameinput' => 'Form name (convention is to name the form after the main template it populates):',
5356 'sf_createform_template' => 'Template:',
5457 'sf_createform_templatelabelinput' => 'Template label (optional):',
Index: trunk/extensions/SemanticForms/languages/SF_LanguagePt_br.php
@@ -8,7 +8,6 @@
99 /* private */ var $sfContentMessages = array(
1010 'sf_template_docu' => 'Esta é a \'$1\' predefinição. Necessita ser chamada no seguinte formato:',
1111 'sf_template_docufooter' => 'Edite a página para ver o texto da predefinição.',
12 - 'sf_template_pagetype' => 'Esta é uma página do tipo $1.',
1312 'sf_form_relation' => 'Tem formulário padrão',
1413 // month names are already defined in MediaWiki, but unfortunately
1514 // there they're defined as user messages, and here they're
@@ -42,9 +41,7 @@
4342 lugar do nome atual.',
4443 'sf_createtemplate_fieldname' => 'Nome do campo:',
4544 'sf_createtemplate_displaylabel' => 'Mostrar rótulo:',
46 - 'sf_createtemplate_semanticfield' => 'Semantic nome do campo:',
47 - 'sf_createtemplate_attribute' => 'atributo',
48 - 'sf_createtemplate_relation' => 'relação',
 45+ 'sf_createtemplate_semanticproperty' => 'Propriedade sem�ntica:',
4946 'sf_createtemplate_addfield' => 'Adicionar campo',
5047 'sf_createtemplate_deletefield' => 'Deletar',
5148 'forms' => 'Formulários',
@@ -60,6 +57,7 @@
6158 'sf_createform_fieldrel' => 'Este campo define a relação $1.',
6259 'sf_createform_formlabel' => 'Rótulo do formulário',
6360 'sf_createform_hidden' => 'Escondido',
 61+ 'sf_createform_restricted' => 'Restrito',
6462 'sf_createform_mandatory' => 'Obrigatório',
6563 'sf_createform_removetemplate' => 'Remover predefinição',
6664 'sf_createform_addtemplate' => 'Adicionar predefinição:',
Index: trunk/extensions/SemanticForms/languages/SF_LanguageFr.php
@@ -8,7 +8,6 @@
99 /* private */ var $sfContentMessages = array(
1010 'sf_template_docu' => 'Ceci est la modèle « $1 ». Elle doit �tre appel�e par le format suivant:',
1111 'sf_template_docufooter' => 'Modifier la page pour voir la texte de la modèle.',
12 - 'sf_template_pagetype' => 'Ceci est une page de type $1.',
1312 'sf_form_relation' => 'Utilise le formulaire',
1413 // month names are already defined in MediaWiki, but unfortunately
1514 // there they're defined as user messages, and here they're
@@ -38,9 +37,7 @@
3938 'sf_createtemplate_fieldsdesc' => 'Pour une modèle qui n\'utilise pas de noms pour les champs, simplement entrer l\'index de ce champ (e.g. 1, 2, 3, etc.) comme le nom, au lieu d\'un nom actuel.',
4039 'sf_createtemplate_fieldname' => 'Nom de champ:',
4140 'sf_createtemplate_displaylabel' => 'Étiquette pour l\'affichage:',
42 - 'sf_createtemplate_semanticfield' => 'Nom de champ sèmantique:',
43 - 'sf_createtemplate_attribute' => 'attribut',
44 - 'sf_createtemplate_relation' => 'relation',
 41+ 'sf_createtemplate_semanticfield' => 'Propriètè sèmantique:',
4542 'sf_createtemplate_addfield' => 'Ajouter un champ',
4643 'sf_createtemplate_deletefield' => 'Efface',
4744 'forms' => 'Formulaires',
@@ -56,6 +53,7 @@
5754 'sf_createform_fieldrel' => 'Ce champ définit la relation $1.',
5855 'sf_createform_formlabel' => 'Étiquette dans le formulaire:',
5956 'sf_createform_hidden' => 'Caché',
 57+ 'sf_createform_restricted' => 'Restreint',
6058 'sf_createform_mandatory' => 'Obligatoire',
6159 'sf_createform_removetemplate' => 'Enlever cette modèle',
6260 'sf_createform_addtemplate' => 'Ajouter une modèle:',
Index: trunk/extensions/SemanticForms/languages/SF_LanguageHe.php
@@ -9,7 +9,6 @@
1010 /* private */ var $sfContentMessages = array(
1111 'sf_template_docu' => 'זאת התבנית $1. צריך לקרוא לה בפורמט הזה:',
1212 'sf_template_docufooter' => 'ערוך את הדף כדי לראות את טקסט התבנית.',
13 - 'sf_template_pagetype' => 'זה דף מטיפוס $1.',
1413 'sf_form_relation' => 'משתמש בטופס',
1514 // month names are already defined in MediaWiki, but unfortunately
1615 // there they're defined as user messages, and here they're
@@ -40,9 +39,7 @@
4140 'sf_createtemplate_fieldsdesc' => 'כדי ששדות התבנית לא יצטרכו שמות, פשוט הכנס את האינדקס של השדה (1, 2, 3...) במקום שם אמיתי.',
4241 'sf_createtemplate_fieldname' => 'שם השדה:',
4342 'sf_createtemplate_displaylabel' => 'תוית תצוגה:',
44 - 'sf_createtemplate_semanticfield' => 'זה השדה הסמנטי:',
45 - 'sf_createtemplate_attribute' => 'תכונה',
46 - 'sf_createtemplate_relation' => 'יחס',
 43+ 'sf_createtemplate_semanticproperty' => 'זה השדה הסמנטי:',
4744 'sf_createtemplate_addfield' => 'הוסף שדה',
4845 'sf_createtemplate_deletefield' => 'מחק',
4946 'forms' => 'טפסים',

Status & tagging log