Skip to content

Commit

Permalink
Merge branch 'feature/lang'
Browse files Browse the repository at this point in the history
  • Loading branch information
giterlizzi committed Jun 2, 2019
2 parents 613df25 + 6d15416 commit e51050b
Show file tree
Hide file tree
Showing 33 changed files with 114 additions and 106 deletions.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Enjoy!
* #403: Fixed Characters picker z-index (thanks to schplurtz for patch on DokuWiki forum and @hokkaidoperson for reporting the issue)
* #415: Fixed footer sticky bug (thanks to @lifehome)
* #421: Fixed "showIndividualTool" issue (thanks to @AmritasyaPutra)
* #422: Fixed compatibility for Folded plugin (thanks to @virk)
* #422: Fixed graphic incompatibility for Folded plugin (thanks to @virk)


## [v2018-02-16]
Expand Down
4 changes: 4 additions & 0 deletions lang/ar/lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
$lang['print'] = 'طباعة';
$lang['permalink'] = 'الرابط الثاب';
$lang['add_new_page'] = 'أضف صفحة جديدة';
$lang['extensions_update'] = 'Extensions update';
$lang['user_groups'] = 'Groups';
$lang['preview_size'] = 'Size of this preview';
$lang['other_resolutions'] = 'Other resolutions';

// Configuration Manager Template Sections
$lang['config_theme'] = 'Theme';
Expand Down
10 changes: 3 additions & 7 deletions lang/ar/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@
$lang['leftSidebarGrid'] = 'Left sidebar grid classes <code>col-{xs,sm,md,lg}-x</code> (see <a href="http://getbootstrap.com/css/#grid" target="_blank">Bootstrap Grids</a> documentation)';
$lang['libravatarURL'] = 'Set Libravatar (or compatible API) URL <br/> <strong>NOTE:</strong> <br/> - <code>https://seccdn.libravatar.org/avatar</code> (https) <br/> - <code>http://cdn.libravatar.org/avatar</code> (http)';
$lang['navbarLabels'] = 'إظهار / إخفاء التصنيف فردي';
$lang['notifyExtensionsUpdate'] = 'Notify extensions update (for Admin users)';
$lang['office365URL'] = 'Set Microsoft Office 365 (or EWS) URL <br/> <strong>NOTE:</strong> This service requires login, so this use case is most useful in a corporate installation, where all users have access to Office 365.';
$lang['pageIcons'] = 'حدد الرموز لعرضها';
$lang['pageInfo'] = 'عرض / إخفاء عناصر معلومات الصفحة';
$lang['pageInfoDateFormat'] = 'صيغة التاريخ';
$lang['pageInfoDateFormat_o_dformat'] = 'تصميم DokuWiki';
$lang['pageInfoDateFormat_o_human'] = 'Human readable';
$lang['pageOnPanel'] = 'تمكين اللوحة حول الصفحة';
$lang['pageToolsAnimation'] = 'تمكين الحركة لصفحة الأدوات';
$lang['rightSidebar'] = 'The Right Sidebar page name, empty field disables the right sidebar.<br/>The Right Sidebar is displayed only when the default DokuWiki <a class="interwiki iw_doku" href="#config___sidebar">sidebar</a> is enabled and is on the <code>left</code> position (see the <a class="interwiki iw_doku" href="#config___tpl____bootstrap3____sidebarPosition">sidebarPosition</a> configuration). If do you want only the DokuWiki sidebar on right position, set the <a class="interwiki iw_doku" href="#config___tpl____bootstrap3____sidebarPosition">sidebarPosition</a> configuration with <code>right</code> value';
$lang['rightSidebarGrid'] = 'Right sidebar grid classes <code>col-{xs,sm,md,lg}-x</code> (see <a href="http://getbootstrap.com/css/#grid" target="_blank">Bootstrap Grids</a> documentation)';
$lang['schemaOrgType'] = 'Schema.org type (<code>Article</code>, <code>NewsArticle</code>, <code>TechArticle</code>, <code>BlogPosting</code>, <code>Recipe</code>)';
Expand Down Expand Up @@ -81,10 +81,6 @@
$lang['showPageTools_o_always'] = 'دائما';
$lang['showPageTools_o_logged'] = 'عند تسجيل الدخول';
$lang['showPageTools_o_never'] = 'أبدا';
$lang['showPurgePageCache'] = 'Display the "Purge Cache Page" button in Page Tools';
$lang['showPurgePageCache_o_always'] = 'دائما';
$lang['showPurgePageCache_o_logged'] = 'عند تسجيل الدخول';
$lang['showPurgePageCache_o_never'] = 'أبدا';
$lang['showSearchForm'] = 'Display Search form in navbar';
$lang['showSearchForm_o_always'] = 'دائما';
$lang['showSearchForm_o_logged'] = 'عند تسجيل الدخول';
Expand Down Expand Up @@ -113,14 +109,14 @@
$lang['tocPosition'] = 'TOC position';
$lang['tocLayout'] = 'TOC layout';
$lang['useACL'] = 'Use ACL for sidebars (left and right) and for all DokuWiki hooks (eg. <code>:footer</code>, <code>:navbar</code>, etc.) <br/> <strong>NOTE:</strong> Available since "Elenor of Tsort" DokuWiki release';
$lang['useAlternativeToolbarIcons'] = 'Use alternative Material Design Icons for DokuWiki toolbar';
$lang['useAnchorJS'] = 'Use AnchorJS';
$lang['useAvatar'] = 'Load the avatar image from Gravatar, Libravatar, Microsoft Office365 or local DokuWiki <code>:user</code> namespace';
$lang['useAvatar_o_gravatar'] = 'Gravatar';
$lang['useAvatar_o_libravatar'] = 'Libravatar';
$lang['useAvatar_o_local'] = 'DokuWiki :user namespace';
$lang['useAvatar_o_off'] = 'إيقاف';
$lang['useAvatar_o_office365'] = 'Office365 (or EWS)';
$lang['useAvatar_o_activedirectory'] = 'Active Directory';
$lang['useGoogleAnalytics'] = 'تمكين Google Analytics';
$lang['useLegacyNavbar'] = 'Use legacy and deprecated <code>navbar.html</code> hook (consider in the future to use the <code>:navbar</code> hook)';
$lang['useLocalBootswatch'] = 'Use the local Bootswatch directory. This option is useful in "intranet" DokuWiki installation';

4 changes: 4 additions & 0 deletions lang/de/lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
$lang['print'] = 'Drucken';
$lang['permalink'] = 'Permalink';
$lang['add_new_page'] = 'Neue Seite hinzufügen';
$lang['extensions_update'] = 'Extensions update';
$lang['user_groups'] = 'Groups';
$lang['preview_size'] = 'Size of this preview';
$lang['other_resolutions'] = 'Other resolutions';

// Configuration Manager Template Sections
$lang['config_theme'] = 'Theme';
Expand Down
10 changes: 3 additions & 7 deletions lang/de/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@
$lang['leftSidebarGrid'] = 'Linke Seitenleiste Raster Klasse <code>col-{xs,sm,md,lg}-x</code> (siehe <a href="http://holdirbootstrap.de/css/#grid" target="_blank">Bootstrap Raster-System</a> Dokumentation)';
$lang['libravatarURL'] = 'Set Libravatar (or compatible API) URL <br/> <strong>NOTE:</strong> <br/> - <code>https://seccdn.libravatar.org/avatar</code> (https) <br/> - <code>http://cdn.libravatar.org/avatar</code> (http)';
$lang['navbarLabels'] = 'Zeige/verberge Labels';
$lang['notifyExtensionsUpdate'] = 'Notify extensions update (for Admin users)';
$lang['office365URL'] = 'Set Microsoft Office 365 (or EWS) URL <br/> <strong>NOTE:</strong> This service requires login, so this use case is most useful in a corporate installation, where all users have access to Office 365.';
$lang['pageIcons'] = 'Wähle die Icons die angezeigt werden solle';
$lang['pageInfo'] = 'Zeige/Verberge Seiten Info Elemente';
$lang['pageInfoDateFormat'] = 'Datum Format';
$lang['pageInfoDateFormat_o_dformat'] = 'DokuWiki Format';
$lang['pageInfoDateFormat_o_human'] = 'Menschenlesbares Format';
$lang['pageOnPanel'] = 'Aktiviert einen Rahmen um die Seite';
$lang['pageToolsAnimation'] = 'Aktiviert die Animation für die Seiten-Werkzeuge';
$lang['rightSidebar'] = 'Seitenname der rechten Sidebar, ein leeres Feld deaktiviert die Sidebar.<br/>Die rechte Sidebar wird nur angezeigt wenn die Standard DokuWiki <a class="interwiki iw_doku" href="#config___sidebar">Sidebar</a> aktiviert ist und sich auf der <code>linken</code> Seite befindet (Siehe <a class="interwiki iw_doku" href="#config___tpl____bootstrap3____sidebarPosition">sidebarPosition</a> Einstellung). Wenn nur die Sidebar auf der rechten Seite aktiv sein soll, setze die <a class="interwiki iw_doku" href="#config___tpl____bootstrap3____sidebarPosition">sidebarPosition</a> Einstellung auf den Wert <code>rechts</code>';
$lang['rightSidebarGrid'] = 'Rechte Seitenleiste Raster Klasse <code>col-{xs,sm,md,lg}-x</code> (siehe <a href="http://holdirbootstrap.de/css/#grid" target="_blank">Bootstrap Raster-System</a> Dokumentation)';
$lang['schemaOrgType'] = 'Schema.org Typ (<code>Article</code>, <code>NewsArticle</code>, <code>TechArticle</code>, <code>BlogPosting</code>, <code>Recipe</code>)';
Expand Down Expand Up @@ -82,10 +82,6 @@
$lang['showPageTools_o_always'] = 'Immer';
$lang['showPageTools_o_logged'] = 'Wenn angemeldet';
$lang['showPageTools_o_never'] = 'Nie';
$lang['showPurgePageCache'] = 'Display the "Purge Cache Page" button in Page Tools';
$lang['showPurgePageCache_o_always'] = 'Immer';
$lang['showPurgePageCache_o_logged'] = 'Wenn angemeldet';
$lang['showPurgePageCache_o_never'] = 'Niemals';
$lang['showSearchForm'] = 'Zeigt das Suchformular in der Navigationsleiste';
$lang['showSearchForm_o_always'] = 'Immer';
$lang['showSearchForm_o_logged'] = 'Wenn angemeldet';
Expand Down Expand Up @@ -114,14 +110,14 @@
$lang['tocPosition'] = 'Position des Inhaltsverzeichnisses (TOC)';
$lang['tocLayout'] = 'Layout des Inhaltsverzeichnisses';
$lang['useACL'] = 'Benutze die ACL für die Sidebar (links oder rechts) und für alle DokuWiki Bereiche (wie <code>:footer</code>, <code>:navbar</code>, usw.) <br/> <strong>Hinweis:</strong> Verfügbar ab DokuWiki Version "Elenor of Tsort"';
$lang['useAlternativeToolbarIcons'] = 'Use alternative Material Design Icons for DokuWiki toolbar';
$lang['useAnchorJS'] = 'Benutze AnchorJS';
$lang['useAvatar'] = 'Load the avatar image from Gravatar, Libravatar, Microsoft Office365 or local DokuWiki <code>:user</code> namespace';
$lang['useAvatar_o_gravatar'] = 'Gravatar';
$lang['useAvatar_o_libravatar'] = 'Libravatar';
$lang['useAvatar_o_local'] = 'DokuWiki :user namespace';
$lang['useAvatar_o_off'] = 'Aus';
$lang['useAvatar_o_office365'] = 'Office365 (oder EWS)';
$lang['useAvatar_o_activedirectory'] = 'Active Directory';
$lang['useGoogleAnalytics'] = 'Aktiviere Google Analytics';
$lang['useLegacyNavbar'] = 'Verwende die veraltete <code>navbar.html</code> Methode (Denke daran, in Zukunft die <code>:navbar</code> Methode zu verwenden).';
$lang['useLocalBootswatch'] = 'Benutze das lokale Bootswatch Verzeichnis. Diese Option ist hilfreich bei Installationen im "Intranet".';

4 changes: 4 additions & 0 deletions lang/eo/lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
$lang['print'] = 'Printi';
$lang['permalink'] = 'Permalink';
$lang['add_new_page'] = 'Aldoni novan pagxon';
$lang['extensions_update'] = 'Extensions update';
$lang['user_groups'] = 'Groups';
$lang['preview_size'] = 'Size of this preview';
$lang['other_resolutions'] = 'Other resolutions';

// Configuration Manager Template Sections
$lang['config_theme'] = 'Temo';
Expand Down
4 changes: 4 additions & 0 deletions lang/es/lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
$lang['print'] = 'Imprimir';
$lang['permalink'] = 'Enlace permanente';
$lang['add_new_page'] = 'Agregar nueva página';
$lang['extensions_update'] = 'Extensions update';
$lang['user_groups'] = 'Groups';
$lang['preview_size'] = 'Size of this preview';
$lang['other_resolutions'] = 'Other resolutions';

// Configuration Manager Template Sections
$lang['config_theme'] = 'Tema';
Expand Down
10 changes: 3 additions & 7 deletions lang/es/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@
$lang['leftSidebarGrid'] = 'Clases grid para barra lateral izquierda <code>col-{xs,sm,md,lg}-x</code> (ver documentación de <a href="http://getbootstrap.com/css/#grid" target="_blank">Bootstrap Grids</a>)';
$lang['libravatarURL'] = 'Establecer URL de Libravatar (o API compatible) <br/> <strong>NOTA:</strong> <br/> - <code>https://seccdn.libravatar.org/avatar</code> (https) <br/> - <code>http://cdn.libravatar.org/avatar</code> (http)';
$lang['navbarLabels'] = 'Mostrar/Ocultar etiqueta individual';
$lang['notifyExtensionsUpdate'] = 'Notify extensions update (for Admin users)';
$lang['office365URL'] = 'Establecer URL para Microsoft Office 365 (o EWS) <br/> <strong>NOTA:</strong> Este servicio necesita iniciar sesión, así que este caso de uso es más útil en una instalación coorporativa, en donde todos los usuarios tienen acceso a Office 365.';
$lang['pageIcons'] = 'Selecciona los íconos a mostrar';
$lang['pageInfo'] = 'Mostrar/Ocultar elementos de información de la página';
$lang['pageInfoDateFormat'] = 'Formato de fecha';
$lang['pageInfoDateFormat_o_dformat'] = 'Formato DokuWiki';
$lang['pageInfoDateFormat_o_human'] = 'Legible para humanos';
$lang['pageOnPanel'] = 'Habilitar el panel alrededor de la página';
$lang['pageToolsAnimation'] = 'Habilitar animación de Página de Herramientas';
$lang['rightSidebar'] = 'El nombre de la página en la Barra Lateral a la Derecha, el campo vacío deshabilita la barra lateral derecha.<br/>La Barra Lateral Derecha sólo se muestra cuando la <a class="interwiki iw_doku" href="#config___sidebar">barra lateral</a> DokuWiki predeterminada está habilitada y está sobre la posición <code>izquierda</code> (ver la configuración <a class="interwiki iw_doku" href="#config___tpl____bootstrap3____sidebarPosition">sidebarPosition</a>). Si sólo quieres la barra lateral de DokuWiki en la posición derecha, establece configuración <a class="interwiki iw_doku" href="#config___tpl____bootstrap3____sidebarPosition">sidebarPosition</a> con el valor <code>right</code>';
$lang['rightSidebarGrid'] = 'Clases grid para barra lateral derecha <code>col-{xs,sm,md,lg}-x</code> (ver documentación de <a href="http://getbootstrap.com/css/#grid" target="_blank">Bootstrap Grids</a>)';
$lang['schemaOrgType'] = 'Tipo de Schema.org (<code>Article</code>, <code>NewsArticle</code>, <code>TechArticle</code>, <code>BlogPosting</code>, <code>Recipe</code>)';
Expand Down Expand Up @@ -81,10 +81,6 @@
$lang['showPageTools_o_always'] = 'Siempre';
$lang['showPageTools_o_logged'] = 'Cuando está identificado (logged in)';
$lang['showPageTools_o_never'] = 'Nunca';
$lang['showPurgePageCache'] = 'Mostrar el botón "Limpiar Caché de Página" en Herramientas de Página';
$lang['showPurgePageCache_o_always'] = 'Siempre';
$lang['showPurgePageCache_o_logged'] = 'Cuando está autenticado ';
$lang['showPurgePageCache_o_never'] = 'Nunca';
$lang['showSearchForm'] = 'Mostrar formulario de búsqueda en la barra de navegación';
$lang['showSearchForm_o_always'] = 'Siempre';
$lang['showSearchForm_o_logged'] = 'Cuando está identificado (logged in)';
Expand Down Expand Up @@ -113,14 +109,14 @@
$lang['tocPosition'] = 'Posición de la TDC';
$lang['tocLayout'] = 'Diseño de TDC';
$lang['useACL'] = 'Usar ACL para las barras laterales (izquierda y derecha) y todos los hooks DokuWiki (ej. <code>:footer</code>, <code>:navbar</code>, etc.) <br/> <strong>NOTA:</strong> Disponible desde la versión "Elenor of Tsort" de DokuWiki';
$lang['useAlternativeToolbarIcons'] = 'Use alternative Material Design Icons for DokuWiki toolbar';
$lang['useAnchorJS'] = 'Usar AnchorJS';
$lang['useAvatar'] = 'Cargar imagen ávatar desde Gravatar, Libravatar, Microsoft Office365 o el espacio de nombres local DokuWiki de <code>:user</code>';
$lang['useAvatar_o_gravatar'] = 'Gravatar';
$lang['useAvatar_o_libravatar'] = 'Libravatar';
$lang['useAvatar_o_local'] = 'Espacio de nombres DokuWiki de :user';
$lang['useAvatar_o_off'] = 'Apagado';
$lang['useAvatar_o_office365'] = 'Office365 (ó EWS)';
$lang['useAvatar_o_activedirectory'] = 'Active Directory';
$lang['useGoogleAnalytics'] = 'Habilitar Google Analytics';
$lang['useLegacyNavbar'] = 'Usar el gancho <code>navbar.html</code> anterior y en desuso (considera usar el gancho <code>:navbar</code> en el futuro).';
$lang['useLocalBootswatch'] = 'Usar directorio local de Bootswatch. Esta opción es útil en instalaciones "intranet" de DokuWiki';

4 changes: 4 additions & 0 deletions lang/fa/lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
$lang['print'] = 'چاپ';
$lang['permalink'] = 'Permalink';
$lang['add_new_page'] = 'افزودن صفحه جدید';
$lang['extensions_update'] = 'Extensions update';
$lang['user_groups'] = 'Groups';
$lang['preview_size'] = 'Size of this preview';
$lang['other_resolutions'] = 'Other resolutions';

// Configuration Manager Template Sections
$lang['config_theme'] = 'پوسته';
Expand Down
Loading

0 comments on commit e51050b

Please sign in to comment.