add contents
This commit is contained in:
11
lib/plugins/todo/lang/cs/lang.php
Normal file
11
lib/plugins/todo/lang/cs/lang.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Jaroslav Lichtblau <jlichtblau@seznam.cz>
|
||||
*/
|
||||
$lang['qb_todobutton'] = 'Označit text jako Úkol';
|
||||
$lang['refreshpage'] = 'Je dostupná novější verze této stránky, před pokračováním ji obnovte.';
|
||||
$lang['checkboxchange_on'] = 'Úkol zaškrtnut';
|
||||
$lang['checkboxchange_off'] = 'Úkol nezaškrtnut';
|
16
lib/plugins/todo/lang/cs/settings.php
Normal file
16
lib/plugins/todo/lang/cs/settings.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Jaroslav Lichtblau <jlichtblau@seznam.cz>
|
||||
*/
|
||||
$lang['AllowLinks'] = 'Povolit akcím také odkazovat na stránky se stejným jménem?';
|
||||
$lang['ActionNamespace'] = 'V jakém jmenném prostoru mají být vaše akce vytvořeny (".:" = Current NS, Blank = Root NS)';
|
||||
$lang['Strikethrough'] = 'Má být text akce přešrktnut po jejím zaškrtnutí?';
|
||||
$lang['CheckboxText'] = 'Pokud je AllowLinks vypnut, má být akce označena za hotovou po kliknutí na její text?';
|
||||
$lang['Checkbox'] = '(Výchozí hodnota pro nastavení "checkbox") Má být CheckBox zobrazen jako seznam?';
|
||||
$lang['Header'] = '(Výchozí hodnota pro nastavení "header") Jak má být pojmenována hlavička seznamu? Jako "id" nebo jako první hlavička na stránce "firstheader" nebo bez hlavičky "none".';
|
||||
$lang['Username'] = '(Výchozí hodnota pro nastavení "username") Jak má být zobrazeno jméno přiděleného uživatele? Jako "username", celé jméno "real" nebo vůbec "none"';
|
||||
$lang['ShowdateTag'] = '(Výchozí hodnota pro nastavení "shodate") Má být datum začátku/splnění zobrazeno v náhledu definice tagu?';
|
||||
$lang['ShowdateList'] = '(Výchozí hodnota pro nastavení "showdate") Má být datum začátku/splnění vykresleno v zobrazení seznamu?';
|
11
lib/plugins/todo/lang/da/lang.php
Normal file
11
lib/plugins/todo/lang/da/lang.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Søren Birk <soer9648@eucl.dk>
|
||||
*/
|
||||
$lang['qb_todobutton'] = 'Markér tekst som gøremål';
|
||||
$lang['refreshpage'] = 'En nyere version af denne side er tilgængelig. Opdater din side, før du prøver igen.';
|
||||
$lang['checkboxchange_on'] = 'Gøremål tjekket';
|
||||
$lang['checkboxchange_off'] = 'Gøremål ikke tjekket';
|
16
lib/plugins/todo/lang/da/settings.php
Normal file
16
lib/plugins/todo/lang/da/settings.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Søren Birk <soer9648@eucl.dk>
|
||||
*/
|
||||
$lang['AllowLinks'] = 'Tillad at handlinger også linker til sider med samme navn?';
|
||||
$lang['ActionNamespace'] = 'I hvilket navnerum skal dine handlinger oprettes (".:" = Nuværende NR, Blankt = Rod-NR)';
|
||||
$lang['Strikethrough'] = 'Skal handlingerne gennemstreges, når de er tjekket?';
|
||||
$lang['CheckboxText'] = 'Skal klik på handling markere handlingen som fuldført, hvis AllowLinks er deaktiveret?';
|
||||
$lang['Checkbox'] = '(Standardværdi for indstilling "checkbox") Skal CheckBox vises i en listevisning?';
|
||||
$lang['Header'] = '(Standardværdi for indstilling "header") Hvordan skal headeren for en liste navngives? Som "id" eller som titel for siden "firstheader" eller ingen header "none".';
|
||||
$lang['Username'] = '(Standardværdi for indstilling "username") Hvordan skal navnet for den tildelte bruger vises? Som brugernavn "username", fuldt navn "real" eller ikke "none".';
|
||||
$lang['ShowdateTag'] = '(Standardværdi for indstilling "showdate") Skal start/forfaldsdato vises i tag definitionsvisningen?';
|
||||
$lang['ShowdateList'] = '(Standardværdi for indstilling "showdate") Skal start/forfaldsdatoen vises i en listevisning?';
|
19
lib/plugins/todo/lang/de/lang.php
Normal file
19
lib/plugins/todo/lang/de/lang.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
/**
|
||||
* German language file
|
||||
*
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
* @author Leo Eibler <dokuwiki@sprossenwanne.at>
|
||||
* @date 20130405 Leo Eibler <dokuwiki@sprossenwanne.at> \n
|
||||
* create german language file \n
|
||||
* @date 20140317 Leo Eibler <dokuwiki@sprossenwanne.at> \n
|
||||
* add 'refreshpage', 'checkboxchange_on' and 'checkboxchange_off' \n
|
||||
*/
|
||||
|
||||
// custom language strings for the plugin
|
||||
$lang['qb_todobutton'] = 'Markierten Text als Aufgabe/Todo';
|
||||
$lang['refreshpage'] = 'Eine neue Version dieser Seite ist verfügbar. Bitte laden Sie die Seite neu.';
|
||||
$lang['checkboxchange_on'] = 'ToDo erledigt';
|
||||
$lang['checkboxchange_off'] = 'ToDo unerledigt';
|
||||
|
||||
//Setup VIM: ex: et ts=2 enc=utf-8 :
|
20
lib/plugins/todo/lang/de/settings.php
Normal file
20
lib/plugins/todo/lang/de/settings.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
/**
|
||||
* English language strings for the ToDo Plugin
|
||||
*
|
||||
* @author Leo Eibler <dokuwiki@sprossenwanne.at>
|
||||
* @date 20130405 Leo Eibler <dokuwiki@sprossenwanne.at> \n
|
||||
* create german language file \n
|
||||
*/
|
||||
|
||||
$lang['AllowLinks'] = 'Sollen Aufgaben/Todos auch auf Seiten mit dem gleichen Namen verlinken?';
|
||||
$lang['ActionNamespace'] = 'Wenn AllowLinks aktiv ist, mit welchem Namespace sollen die Aufgaben-Seiten erstellt werden (".:" = Aktueller NS, leer = Root NS)';
|
||||
$lang['Strikethrough'] = 'Sollen erledigte Aufgaben durchgestrichen werden?';
|
||||
$lang['CheckboxText'] = 'Wenn AllowLinks nicht aktiv ist, soll dann ein Klick auf die Aufgabe, die Aufgabe als erledigt markieren?';
|
||||
$lang['Checkbox'] = '(Default Wert für Option "checkbox") Soll in Listen die CheckBox aufscheinen?';
|
||||
$lang['Header'] = '(Default Wert für Option "header) Wie soll der Kopf bei Listen beschriftet werden? Als "id" oder mit der ersten Kopfzeile der Seite "firstheader" oder ohne Kopfzeile "none"".';
|
||||
$lang['Username'] = '(Default Wert für Option "username") Wie soll der Username ausgegeben werden? Als "username", voller Name "real" oder garnicht "none"';
|
||||
$lang['ShowdateTag'] = '(Default Wert für Option "showdate") Soll das Start/Fällig-Datum bei Tag-Definitionen ausgegeben werden?';
|
||||
$lang['ShowdateList'] = '(Default Wert für Option "showdate") Soll das Start/Fällig-Datum bei Listen ausgegeben werden?';
|
||||
|
||||
//Setup VIM: ex: et ts=2 enc=utf-8 :
|
17
lib/plugins/todo/lang/en/lang.php
Normal file
17
lib/plugins/todo/lang/en/lang.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
/**
|
||||
* English language file
|
||||
*
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
* @author Babbage <babbage@digitalbrink.com>
|
||||
* @date 20140317 Leo Eibler <dokuwiki@sprossenwanne.at> \n
|
||||
* replace 'checkboxchange' with 'checkboxchange_on' and 'checkboxchange_off' \n
|
||||
*/
|
||||
|
||||
// custom language strings for the plugin
|
||||
$lang['qb_todobutton'] = 'Mark text as ToDo';
|
||||
$lang['refreshpage'] = 'A newer version of this page is available, refresh your page before trying again.';
|
||||
$lang['checkboxchange_on'] = 'ToDo checked';
|
||||
$lang['checkboxchange_off'] = 'ToDo unchecked';
|
||||
|
||||
//Setup VIM: ex: et ts=2 enc=utf-8 :
|
17
lib/plugins/todo/lang/en/settings.php
Normal file
17
lib/plugins/todo/lang/en/settings.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
/**
|
||||
* English language strings for the ToDo Plugin
|
||||
*
|
||||
* @author Babbage <babbage@digitalbrink.com>
|
||||
*/
|
||||
|
||||
$lang['AllowLinks'] = 'Allow actions to also link to pages with the same name?';
|
||||
$lang['ActionNamespace'] = 'What namespace should your actions be created in (".:" = Current NS, Blank = Root NS)';
|
||||
$lang['Strikethrough'] = 'Should the actions have strikethrough applied when checked?';
|
||||
$lang['CheckboxText'] = 'If AllowLinks is disabled, should clicking the actions\' text mark the action complete?';
|
||||
$lang['Checkbox'] = '(Default value for option "checkbox") Should the CheckBox be rendered in a list view?';
|
||||
$lang['Header'] = '(Default value for option "header") How should the header of a list be named? As "id" or as the first header of the page "firstheader" or no header at all "none".';
|
||||
$lang['Username'] = '(Default value for option "username") How should the name of the assigned user be rendered? As "username", full name "real" oder not at all "none"';
|
||||
$lang['ShowdateTag'] = '(Default value for option "showdate") Should the Start/Due-date be rendered in tag definition view?';
|
||||
$lang['ShowdateList'] = '(Default value for option "showdate") Should the Start/Due-date be rendered in list view?';
|
||||
//Setup VIM: ex: et ts=2 enc=utf-8 :
|
11
lib/plugins/todo/lang/eo/lang.php
Normal file
11
lib/plugins/todo/lang/eo/lang.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Robert Bogenschneider <bogi@uea.org>
|
||||
*/
|
||||
$lang['qb_todobutton'] = 'Marki tekston kiel taskon';
|
||||
$lang['refreshpage'] = 'Pli freŝa versio de tiu paĝo haveblas, reŝargu la paĝon antaŭ ol reprovi.';
|
||||
$lang['checkboxchange_on'] = 'Plenumita tasko';
|
||||
$lang['checkboxchange_off'] = 'Neplenumita tasko';
|
16
lib/plugins/todo/lang/eo/settings.php
Normal file
16
lib/plugins/todo/lang/eo/settings.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Robert Bogenschneider <bogi@uea.org>
|
||||
*/
|
||||
$lang['AllowLinks'] = 'Ĉu taskoj rajtas ligi al samnomaj paĝoj?';
|
||||
$lang['ActionNamespace'] = 'En kiu nomspaco viaj taskoj kreiĝu? (",:" = momenta NS, malplena = ĉefa NS)';
|
||||
$lang['Strikethrough'] = 'Ĉu plenumitaj taskoj estu trastrekitaj?';
|
||||
$lang['CheckboxText'] = 'Se AllowLinks malaktivas, ĉu klaki la tekston de la tasko marku ĝin plenumita?';
|
||||
$lang['Checkbox'] = '(Defaŭlta valoro por la opcio "checkbox") Ĉu CheckBox estu montrata kiel listo?';
|
||||
$lang['Header'] = '(Defaŭlta valoro por la opcio "header") Kiel nomi la listkapon? Ĉu "id", kiel unuan titolon de la paĝo "firstheader", aŭ ĉu neniu kaplinio "none"';
|
||||
$lang['Username'] = '(Defaŭlta valoro por la opcio "username") Kiel montri la uzantonomon? Ĉu "username", plena nomo ("real") aŭ neniu ("none")?';
|
||||
$lang['ShowdateTag'] = '(Defaŭlta valoro por la opcio "showdate") Ĉu montri la komencon/limdaton en la etiked-listigo?';
|
||||
$lang['ShowdateList'] = '(Defaŭlta valoro por la opcio "showdate") Ĉu montri la komencon/limdaton en lista aspekto?';
|
11
lib/plugins/todo/lang/fr/lang.php
Normal file
11
lib/plugins/todo/lang/fr/lang.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Schplurtz le Déboulonné <schplurtz@laposte.net>
|
||||
*/
|
||||
$lang['qb_todobutton'] = 'Marquer le texte comme tâche.';
|
||||
$lang['refreshpage'] = 'Une nouvelle révision de cette page est disponible. Veuillez rafraîchir la page avant d\'essayer à nouveau.';
|
||||
$lang['checkboxchange_on'] = 'tâche cochée';
|
||||
$lang['checkboxchange_off'] = 'tâche décochée';
|
16
lib/plugins/todo/lang/fr/settings.php
Normal file
16
lib/plugins/todo/lang/fr/settings.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Schplurtz le Déboulonné <schplurtz@laposte.net>
|
||||
*/
|
||||
$lang['AllowLinks'] = 'Autoriser les tâches à pointer également vers des pages de même nom.';
|
||||
$lang['ActionNamespace'] = 'Dans quelle catégorie créer les tâches. (".:" = catégorie courante, vide = racine)';
|
||||
$lang['Strikethrough'] = 'Les tâches devraient-elles être barrées lorsqu\'elles sont cochées ?';
|
||||
$lang['CheckboxText'] = 'Si "autoriser les liens" (AllowLinks) est désactivée, est-ce que cliquer sur le texte d\'une tâche devrait marquer la tâche comme réalisée ?';
|
||||
$lang['Checkbox'] = 'Valeur par défaut de l\'option "Case à cocher" ("checkbox"). Faut-il montrer les cases à cocher dans les vues en liste ? ';
|
||||
$lang['Header'] = 'Valeur par défaut de l\'option "Entête" ("header"). Comment nommer l\'entête d\'une liste ? par son identifiant ("id"), comme le premier entête de la page "firstheader", ou pas d\'entête du tout "none" ?';
|
||||
$lang['Username'] = 'Valeur par défaut de l\'option "nom d\'utilisateur" ("username"). Comment afficher le nom d\'utilisateur ? Identifiant "username", nom complet "real" ou rien du tout "none" ?';
|
||||
$lang['ShowdateTag'] = 'Valeur par défaut de l\'option "Affichage des dates" ("showdate"). Faut-il afficher les dates de début et de réalisation attendue dans les vues des définitions ?';
|
||||
$lang['ShowdateList'] = 'Valeur par défaut de l\'option "Affichage des dates". Faut-il afficher les dates de début et de réalisation attendue dans les vues en liste ?';
|
11
lib/plugins/todo/lang/it/lang.php
Normal file
11
lib/plugins/todo/lang/it/lang.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author OlatusRooc <olatusrooc@virgilio.it>
|
||||
*/
|
||||
$lang['qb_todobutton'] = 'Marca come ToDo';
|
||||
$lang['refreshpage'] = 'È disponibile una versione più recente di questa pagina, prima di procedere è necessario ricaricare la pagina.';
|
||||
$lang['checkboxchange_on'] = 'Marcato come ToDo';
|
||||
$lang['checkboxchange_off'] = 'Rimossa la spunta ToDo';
|
11
lib/plugins/todo/lang/ja/lang.php
Normal file
11
lib/plugins/todo/lang/ja/lang.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Hideaki SAWADA <chuno@live.jp>
|
||||
*/
|
||||
$lang['qb_todobutton'] = 'ToDo';
|
||||
$lang['refreshpage'] = 'このページには新バージョンがあります。再試行前に再読込をしてください。';
|
||||
$lang['checkboxchange_on'] = 'タスクを完了に';
|
||||
$lang['checkboxchange_off'] = 'タスクを未完に';
|
16
lib/plugins/todo/lang/ja/settings.php
Normal file
16
lib/plugins/todo/lang/ja/settings.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Hideaki SAWADA <chuno@live.jp>
|
||||
*/
|
||||
$lang['AllowLinks'] = 'タスクを同じ名前のページにリンクすることを許可しますか?';
|
||||
$lang['ActionNamespace'] = 'タスクを作成する名前空間(".:" = 現在の名前空間、空白 = ルート名前空間)';
|
||||
$lang['Strikethrough'] = 'チェックした時、タスクに取り消し線を引きますか?';
|
||||
$lang['CheckboxText'] = 'AllowLinks が無効な場合、文字をクリックするとタスクを完了にしますか?';
|
||||
$lang['Checkbox'] = '("checkbox" オプションのデフォルト値)リスト表示の場合、CheckBox を表示しますか?';
|
||||
$lang['Header'] = '("header" オプションのデフォルト値)リストの見出しの命名方法?"id":ページID、"firstheader":ページ内の最初の見出し、"none":なし。';
|
||||
$lang['Username'] = '("username" オプションのデフォルト値)任命されたユーザーの表示方法?"username":ユーザー名、"real":氏名、"none":非表示。';
|
||||
$lang['ShowdateTag'] = '("showdate" オプションのデフォルト値)タグ定義表示の場合、開始日・締切日を表示しますか?';
|
||||
$lang['ShowdateList'] = '("showdate" オプションのデフォルト値)リスト表示の場合、開始日・締切日を表示しますか?';
|
11
lib/plugins/todo/lang/ko/lang.php
Normal file
11
lib/plugins/todo/lang/ko/lang.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Myeongjin <aranet100@gmail.com>
|
||||
*/
|
||||
$lang['qb_todobutton'] = '텍스트를 할 일로 표시';
|
||||
$lang['refreshpage'] = '이 문서의 최신 판을 사용할 수 있습니다, 다시 시도하기 전에 문서를 새로 고치세요.';
|
||||
$lang['checkboxchange_on'] = '할 일 선택됨';
|
||||
$lang['checkboxchange_off'] = '할 일 선택되지 않음';
|
16
lib/plugins/todo/lang/ko/settings.php
Normal file
16
lib/plugins/todo/lang/ko/settings.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Myeongjin <aranet100@gmail.com>
|
||||
*/
|
||||
$lang['AllowLinks'] = '같은 이름으로 된 문서에도 링크하도록 동작할까요?';
|
||||
$lang['ActionNamespace'] = '행동이 만들어져야 하는 이름공간 (".:" = 현재 이름공간, 비움 = 루트 이름공간)';
|
||||
$lang['Strikethrough'] = '선택되었을 때 행동에 취소선을 적용해야 합니까?';
|
||||
$lang['CheckboxText'] = 'AllowLinks가 비활성화되어 있으면, 행동을 완료하기 위해 행동의 텍스트 표시를 클릭해야 합니까?';
|
||||
$lang['Checkbox'] = '("checkbox" 옵션에 대한 기본값) CheckBox가 목록 보기에 렌더되어야 합니까?';
|
||||
$lang['Header'] = '("header" 옵션에 대한 기본값) 어떻게 목록의 머리글이 이르러야 합니까? "id"나 문서의 첫 머리글로 하려면 "firstheader"나 모든 곳에 머리글이 없으려면 "none"입니다.';
|
||||
$lang['Username'] = '("username" 옵션에 대한 기본값) 어떻게 할당된 사용자의 이름이 렌더되어야 합니까? "username"으로나, 실명으로 하려면 "real"이나 모든 곳에 없으려면 "none"입니다.';
|
||||
$lang['ShowdateTag'] = '("showdate" 옵션에 대한 기본값) 시작 날짜/기한이 태그 정의 보기에 렌더되어야 합니까?';
|
||||
$lang['ShowdateList'] = '("showdate" 옵션에 대한 기본값) 시작 날짜/기한이 목록 보기에 렌더되어야 합니까?';
|
11
lib/plugins/todo/lang/nl/lang.php
Normal file
11
lib/plugins/todo/lang/nl/lang.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Mijndert <mijndert@mijndertstuij.nl>
|
||||
*/
|
||||
$lang['qb_todobutton'] = 'Markeer tekst als ToDo';
|
||||
$lang['refreshpage'] = 'Een nieuwere versie van deze pagina is beschikbaar. Ververs de pagina alvorens opnieuw te proberen.';
|
||||
$lang['checkboxchange_on'] = 'ToDo geselecteerd';
|
||||
$lang['checkboxchange_off'] = 'ToDo niet geselecteerd';
|
16
lib/plugins/todo/lang/nl/settings.php
Normal file
16
lib/plugins/todo/lang/nl/settings.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Peter van Diest <peter.van.diest@xs4all.nl>
|
||||
*/
|
||||
$lang['AllowLinks'] = 'Acties toestaan om ook te linken naar pagina\'s met dezelfde naam?';
|
||||
$lang['ActionNamespace'] = 'In welke namespace moeten je acties worden aangemaakt? (".:" = huidige ns, leeg = root ns)';
|
||||
$lang['Strikethrough'] = 'Moeten de acties worden doorgehaald als ze worden afgevinkt?';
|
||||
$lang['CheckboxText'] = 'Als LinksToestaan is uitgeschakeld, moet een klik op de actie deze dan als gedaan markeren?';
|
||||
$lang['Checkbox'] = '(Standaardwaarde voor de optie "checkbox") Moet de checkbox getoond worden in een lijstweergave?';
|
||||
$lang['Header'] = '(Standaardwaarde voor de optie "header") Hoe moet de kop van een lijst worden aangeduid? Als "id", of als de eerste kop van de pagina ("firstheader"), of helemaal niet ("none").';
|
||||
$lang['Username'] = '(Standaardwaarde voor de optie "username") Hoe moet de naam van de toegewezen gebruiker worden getoond? Als "username", volledige naam ("real"), of helemaal niet ("none").';
|
||||
$lang['ShowdateTag'] = '(Standaardwaarde voor de optie "showdate") Moet de Start/Due-date worden getoond in tag-definitieweergave?';
|
||||
$lang['ShowdateList'] = '(Standaardwaarde voor de optie "showdate") Moet de Start/Due-date worden getoond in lijstweergave?';
|
15
lib/plugins/todo/lang/pt-br/lang.php
Normal file
15
lib/plugins/todo/lang/pt-br/lang.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
/**
|
||||
* Portuguese (Brazilian) language strings
|
||||
*
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
* @author Maíra <maira@maira.st>
|
||||
*/
|
||||
|
||||
// custom language strings for the plugin
|
||||
$lang['qb_todobutton'] = 'Marcar texto como tarefa';
|
||||
$lang['refreshpage'] = 'Uma nova versão desta página está disponível. Atualize a página antes de tentar novamente.';
|
||||
$lang['checkboxchange_on'] = 'Tarefa marcada';
|
||||
$lang['checkboxchange_off'] = 'Tarefa desmarcada';
|
||||
|
||||
//Setup VIM: ex: et ts=2 enc=utf-8 :
|
18
lib/plugins/todo/lang/pt-br/settings.php
Normal file
18
lib/plugins/todo/lang/pt-br/settings.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
/**
|
||||
* Portuguese (Brazilian) language strings for the ToDo Plugin's settings
|
||||
*
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
* @author Maíra <maira@maira.st>
|
||||
*/
|
||||
|
||||
$lang['AllowLinks'] = 'Permitir ações a linkar para páginas com o mesmo nome?';
|
||||
$lang['ActionNamespace'] = 'Em que namespace suas ações devem ser criadas? (".:" = Namespace atual, Vazio = Namespace raiz)';
|
||||
$lang['Strikethrough'] = 'Exibir ações marcadas como finalizadas riscadas?';
|
||||
$lang['CheckboxText'] = 'Se a opção AllowLinks estiver desabilitada, clicar no texto da tarefa deve marcar a tarefa como completa?';
|
||||
$lang['Checkbox'] = '(Valor padrão para a opção "checkbox") A checkbox deve ser exibida em listas?';
|
||||
$lang['Header'] = '(Valor padrão para a opção "header") Qual deve ser o nome do cabeçalho de uma lista? Como "id", o primeiro cabeçalho da página ("firstheader") ou nenhum ("none")?';
|
||||
$lang['Username'] = '(Valor padrão para a opção "username") Como o nome dos usuários associados às tarefas devem ser exibidos: seu nome de usuário ("username"), nome completo ("real"), ou não devem ser exibidos ("none")?';
|
||||
$lang['ShowdateTag'] = '(Valor padrão para a opção "showdate") As datas de início (start-date) e conclusão (due-date) devem ser exibidas nas definições de tarefas?';
|
||||
$lang['ShowdateList'] = '(Valor padrão para a opção "showdate") As datas de início (start-date) e conclusão (due-date) devem ser exibidas em listas de tarefas?';
|
||||
//Setup VIM: ex: et ts=2 enc=utf-8 :
|
11
lib/plugins/todo/lang/ru/lang.php
Normal file
11
lib/plugins/todo/lang/ru/lang.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author serg <sergey_art82@inbox.ru>
|
||||
*/
|
||||
$lang['qb_todobutton'] = 'Отметить текст как Задача (ToDo)';
|
||||
$lang['refreshpage'] = 'Доступна более новая версия этой страницы. Обновите страницу перед новой попыткой.';
|
||||
$lang['checkboxchange_on'] = 'Проверенные задачи';
|
||||
$lang['checkboxchange_off'] = 'Непроверенные задачи';
|
11
lib/plugins/todo/lang/sv/lang.php
Normal file
11
lib/plugins/todo/lang/sv/lang.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Tor Härnqvist <tor@harnqvist.se>
|
||||
*/
|
||||
$lang['qb_todobutton'] = 'Markera text som Att göra';
|
||||
$lang['refreshpage'] = 'En nyare version av denna sida är tillgänglig, uppdaterad din sidan innan du försöker igen';
|
||||
$lang['checkboxchange_on'] = 'Att göra-markerad';
|
||||
$lang['checkboxchange_off'] = 'Att göra-avmarkerad';
|
16
lib/plugins/todo/lang/sv/settings.php
Normal file
16
lib/plugins/todo/lang/sv/settings.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Tor Härnqvist <tor@harnqvist.se>
|
||||
*/
|
||||
$lang['AllowLinks'] = 'Tillåt händelser att också länka till samma sida?';
|
||||
$lang['ActionNamespace'] = 'Vilken namnrymd ska dina händelser skapas i (".:" = Nuvarande namnrymd, Blank = Grundnamnrymd)';
|
||||
$lang['Strikethrough'] = 'Ska händelserna bli genomstrukna när de är markerade?';
|
||||
$lang['CheckboxText'] = 'Om AllowLinks är avaktiverad ska händelsens text markeras som åtgärdad/avklarad vid klick?';
|
||||
$lang['Checkbox'] = '(Standardvärde för "checkbox") Ska kryssrutan renderas i listvisning?';
|
||||
$lang['Header'] = '(Standardvärde för "header") Hur ska rubriken på en lista namnges? Som "id", som den första rubriken på sidan "firstheader" eller inte alls "none".';
|
||||
$lang['Username'] = '(Standardvärde för "username") Hur ska namnet på den valda användaren visas? Som "username", fullständigt namn "real" eller inte alls "none"';
|
||||
$lang['ShowdateTag'] = '(Standardvärde för "showdate") Ska start-/förfallodatum renderas i taggdefinitionsvisning?';
|
||||
$lang['ShowdateList'] = '(Standardvärde för "showdate") Ska start-/förfallodatum renderas i listvisning?';
|
11
lib/plugins/todo/lang/tr/lang.php
Normal file
11
lib/plugins/todo/lang/tr/lang.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author İlker Kapaç <irifat@gmail.com>
|
||||
*/
|
||||
$lang['qb_todobutton'] = 'Metni görev olarak işaretle';
|
||||
$lang['refreshpage'] = 'Bu sayfanın daha güncel bir hali bulunmaktadır, tekrar denemeden önce sayfayı tazeleyin.';
|
||||
$lang['checkboxchange_on'] = 'Görev işaretlendi';
|
||||
$lang['checkboxchange_off'] = 'Görevin işareti kaldırıldı';
|
11
lib/plugins/todo/lang/tr/settings.php
Normal file
11
lib/plugins/todo/lang/tr/settings.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author İlker Kapaç <irifat@gmail.com>
|
||||
*/
|
||||
$lang['AllowLinks'] = 'Görevler aynı isme sahip sayfaya bağlantı versin mi?';
|
||||
$lang['ActionNamespace'] = 'Görevlerin oluşturulacağı isim alanı (".:" = Bulunduğu isim alanı, Boş = Kök dizini)';
|
||||
$lang['Strikethrough'] = 'Tamamlandı olarak işaretlenen görev metni, üzeri çizilmiş olarak gösterilsin mi?';
|
||||
$lang['CheckboxText'] = 'Aynı isimli sayfaya bağlantı verme kapalıysa görev metnine tıklamak görevi tamamlandı olarak işaretlesin mi?';
|
12
lib/plugins/todo/lang/zh-tw/settings.php
Normal file
12
lib/plugins/todo/lang/zh-tw/settings.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
/**
|
||||
* Traditional Chinese language strings for the ToDo Plugin
|
||||
*
|
||||
* @author ToroLiu <aecho.1028@gmail.com>
|
||||
*/
|
||||
|
||||
$lang['AllowLinks'] = 'AllowLinks: ToDo是否與同名的page建立超連結?';
|
||||
$lang['ActionNamespace'] = 'ToDo應該建立在哪個NS(namespace)下? (".:" =目前的NS, 空白 = Root NS)';
|
||||
$lang['Strikethrough'] = '當ToDo完成後,是否套用刪除線?';
|
||||
$lang['CheckboxText'] = '如果AllowLinks關閉,點擊ToDo的文字是否代表該事件己完成?';
|
||||
|
11
lib/plugins/todo/lang/zh/lang.php
Normal file
11
lib/plugins/todo/lang/zh/lang.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author HL <tohelong@gmail.com>
|
||||
*/
|
||||
$lang['qb_todobutton'] = '标记为待办事项';
|
||||
$lang['refreshpage'] = '本页面有新版本,请尝试刷新页面。';
|
||||
$lang['checkboxchange_on'] = '选择待办';
|
||||
$lang['checkboxchange_off'] = '取消选择待办';
|
16
lib/plugins/todo/lang/zh/settings.php
Normal file
16
lib/plugins/todo/lang/zh/settings.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author HL <tohelong@gmail.com>
|
||||
*/
|
||||
$lang['AllowLinks'] = '是否用同名链接到动作';
|
||||
$lang['ActionNamespace'] = '动作的名字 (".:" = Current NS, Blank = Root NS)';
|
||||
$lang['Strikethrough'] = '当动作选中时是否打上删除线';
|
||||
$lang['CheckboxText'] = '如果不允许链接,点击动作时讲此项标记完成?';
|
||||
$lang['Checkbox'] = '(“复选框”的默认值)复选框是否在列表中呈现?';
|
||||
$lang['Header'] = '列表标题的名称';
|
||||
$lang['Username'] = '用户名的名称';
|
||||
$lang['ShowdateTag'] = '是否在标签视图显示日期';
|
||||
$lang['ShowdateList'] = '是否在列表视图显示日期';
|
Reference in New Issue
Block a user