Skip to content

Commit

Permalink
Merge pull request #80 from paginagmbh/development
Browse files Browse the repository at this point in the history
Localiazation of accessibility features in multiple langauges
  • Loading branch information
br-pagina authored Dec 7, 2022
2 parents 9a1489e + d3b3ca6 commit 525f17e
Show file tree
Hide file tree
Showing 12 changed files with 145 additions and 19 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

<groupId>de.paginagmbh</groupId>
<artifactId>EPUB-Checker</artifactId>
<version>2.0.7</version>
<version>2.0.8-SNAPSHOT</version>

<packaging>jar</packaging>

<name>pagina EPUB-Checker</name>
<description>pagina EPUB-Checker is a free GUI wrapper for the official W3C EPUBCheck library.</description>
<url>https://www.pagina.gmbh/produkte/epub-checker/</url>
<url>https://pagina.gmbh/startseite/leistungen/publishing-softwareloesungen/epub-checker/</url>
<inceptionYear>2010</inceptionYear>
<organization>
<name>pagina GmbH</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/de/paginagmbh/epubchecker/MainGUI.java
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@ public String getDescription() {
// handle "open website pagina"
} else if (e.getSource() == mnItem_WebsitePagina) {

new OpenURIinBrowser("https://bit.ly/1h7g4rn");
new OpenURIinBrowser("https://pagina.gmbh/startseite/leistungen/publishing-softwareloesungen/epub-checker/");

// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// //
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ public class PaginaEPUBChecker {

// +++++++++++++++++++++++++ DON'T FORGET TO UPDATE EVERYTIME ++++++++++++++++++ //

public static final String PROGRAMVERSION = "2.0.7";
public static final String VERSIONDATE = "22.11.2022";
public static final String PROGRAMVERSION = "2.0.8";
public static final String VERSIONDATE = "07.12.2022";
public static final String PROGRAMRELEASE = ""; // "" or "Beta"
public static final String RELEASENOTES = "-accessibility: support screenreaders<br/>-accessibility: added high contrast mode<br/>-accessibility: options to change font sizes<br/>-accessibility: added keyboard shortcuts to open menus";
public static final String RELEASENOTES = "-localization of accessibility features from v2.0.7 in multiple languages";

// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ //

Expand Down
16 changes: 15 additions & 1 deletion src/main/resources/localization/cs_CZ.json
Original file line number Diff line number Diff line change
Expand Up @@ -291,5 +291,19 @@
"The '$1' attribute does not have a unique value" : "",
"spine contains multiple references to the manifest item with id '$1'" : "",

"date value '$1' does not follow recommended syntax as per http://www.w3.org/TR/NOTE-datetime: $2" : ""
"date value '$1' does not follow recommended syntax as per http://www.w3.org/TR/NOTE-datetime: $2" : "",

"Select an EPUB file to check" : "Select an EPUB file to check",
"Text field holding the path to the EPUB file to check" : "Text field containing the path to the EPUB file to check",
"Start accessibility checks on selected EPUB" : "Start accessibility checks on selected EPUB",
"Version of the EPUB Checker tool" : "Version of the EPUB Checker tool:",
"Results table" : "Results table",
"Status bar" : "Status bar",
"empty" : "empty",
"result view" : "result view",
"main application panel" : "main application panel",
"high contrast mode" : "high contrast mode",
"increase font" : "increase font",
"decrease font" : "decrease font",
"result text view" : "result text view"
}
16 changes: 15 additions & 1 deletion src/main/resources/localization/da_DK.json
Original file line number Diff line number Diff line change
Expand Up @@ -291,5 +291,19 @@
"The '$1' attribute does not have a unique value" : "",
"spine contains multiple references to the manifest item with id '$1'" : "",

"date value '$1' does not follow recommended syntax as per http://www.w3.org/TR/NOTE-datetime: $2" : ""
"date value '$1' does not follow recommended syntax as per http://www.w3.org/TR/NOTE-datetime: $2" : "",

"Select an EPUB file to check" : "Select an EPUB file to check",
"Text field holding the path to the EPUB file to check" : "Text field containing the path to the EPUB file to check",
"Start accessibility checks on selected EPUB" : "Start accessibility checks on selected EPUB",
"Version of the EPUB Checker tool" : "Version of the EPUB Checker tool:",
"Results table" : "Results table",
"Status bar" : "Status bar",
"empty" : "empty",
"result view" : "result view",
"main application panel" : "main application panel",
"high contrast mode" : "high contrast mode",
"increase font" : "increase font",
"decrease font" : "decrease font",
"result text view" : "result text view"
}
16 changes: 15 additions & 1 deletion src/main/resources/localization/es_ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -291,5 +291,19 @@
"The '$1' attribute does not have a unique value" : "",
"spine contains multiple references to the manifest item with id '$1'" : "",

"date value '$1' does not follow recommended syntax as per http://www.w3.org/TR/NOTE-datetime: $2" : ""
"date value '$1' does not follow recommended syntax as per http://www.w3.org/TR/NOTE-datetime: $2" : "",

"Select an EPUB file to check" : "seleccionar el archivo EPUB a verificar",
"Text field holding the path to the EPUB file to check" : "espacio de texto que incluye sendero a seguir para verificar el archivo EPUB",
"Start accessibility checks on selected EPUB" : "verificación de acceso al archivo EPUB seleccionado",
"Version of the EPUB Checker tool" : "versión utilizada del comprobador de archivos EPUB:",
"Results table" : "tabla de resultados",
"Status bar" : "indicador de estatus",
"empty" : "vacío",
"result view" : "indicación de resultados",
"main application panel" : "área principal de la aplicación",
"high contrast mode" : "alto contraste",
"increase font" : "agrandar el tamaño de la letra",
"decrease font" : "disminuir el tamaño de la letra",
"result text view" : "indicación de resultado escrito"
}
24 changes: 19 additions & 5 deletions src/main/resources/localization/fr_FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"Open" : "Ouvrir",
"Exit" : "Quitter",
"Expanded" : "Expanded",
"ExpandedSave_Never" : "Never save EPUBs created from expanded source folder",
"ExpandedSave_Valid" : "Only save valid EPUBs created from expanded source folder",
"ExpandedSave_Always" : "Always save EPUBs created from expanded source folder",
"ExpandedSave_Never" : "Ne jamais enregistrer les EPUBs créés depuis le dossier source",
"ExpandedSave_Valid" : "Enregistrer uniquement les EPUBs valides créés à partir du dossier source",
"ExpandedSave_Always" : "Toujours enregistrer les EPUBs créés depuis le dossier source",
"Logfile" : "Journal",
"Save logfile" : "Enregistrer le journal",
"Auto Save" : "Enregistrement automatique",
Expand All @@ -24,7 +24,7 @@
"Turkish" : "Türkçe (Turc)",
"Danish" : "Dansk (Danois)",
"Help" : "Aide",
"About" : "À propos de \"pagina EPUB-Checker\"",
"About" : "À propos de pagina EPUB-Checker",
"Translations" : "Traductions",
"License information" : "Information sur la licence",
"Visit W3C EPUBCheck website" : "Visiter le site de W3C EPUBCheck",
Expand Down Expand Up @@ -291,5 +291,19 @@
"The '$1' attribute does not have a unique value" : "",
"spine contains multiple references to the manifest item with id '$1'" : "",

"date value '$1' does not follow recommended syntax as per http://www.w3.org/TR/NOTE-datetime: $2" : ""
"date value '$1' does not follow recommended syntax as per http://www.w3.org/TR/NOTE-datetime: $2" : "",

"Select an EPUB file to check" : "Sélectionner un fichier EPUB pour examen",
"Text field holding the path to the EPUB file to check" : "Champ contenant le lien vers le fichier EPUB à verifier",
"Start accessibility checks on selected EPUB" : "Lancer les tests d'accessibilité pour le fichier EPUB sélectionné",
"Version of the EPUB Checker tool" : "Version utilisée pour le vérificateur EPUB:",
"Results table" : "Tableau d'affichage des résultats",
"Status bar" : "Affichage du statut",
"empty" : "Vide",
"result view" : "Affichage des résultats",
"main application panel" : "Domaine principal de l'application",
"high contrast mode" : "Mode contraste élevé ",
"increase font" : "Agrandir la taille du texte",
"decrease font" : "Diminuer la taille du texte",
"result text view" : "Affichage des résultats sous forme de texte"
}
16 changes: 15 additions & 1 deletion src/main/resources/localization/ja_JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -291,5 +291,19 @@
"The '$1' attribute does not have a unique value" : "",
"spine contains multiple references to the manifest item with id '$1'" : "",

"date value '$1' does not follow recommended syntax as per http://www.w3.org/TR/NOTE-datetime: $2" : ""
"date value '$1' does not follow recommended syntax as per http://www.w3.org/TR/NOTE-datetime: $2" : "",

"Select an EPUB file to check" : "Select an EPUB file to check",
"Text field holding the path to the EPUB file to check" : "Text field containing the path to the EPUB file to check",
"Start accessibility checks on selected EPUB" : "Start accessibility checks on selected EPUB",
"Version of the EPUB Checker tool" : "Version of the EPUB Checker tool:",
"Results table" : "Results table",
"Status bar" : "Status bar",
"empty" : "empty",
"result view" : "result view",
"main application panel" : "main application panel",
"high contrast mode" : "high contrast mode",
"increase font" : "increase font",
"decrease font" : "decrease font",
"result text view" : "result text view"
}
16 changes: 15 additions & 1 deletion src/main/resources/localization/pt_BR.json
Original file line number Diff line number Diff line change
Expand Up @@ -291,5 +291,19 @@
"The '$1' attribute does not have a unique value" : "O atributo '$1' não possui um valor único",
"spine contains multiple references to the manifest item with id '$1'" : "o elemento 'spine' contém múltiplas referências ao item do manifesto com id '$1'",

"date value '$1' does not follow recommended syntax as per http://www.w3.org/TR/NOTE-datetime: $2" : "o valor de 'date' '$1' não segue a sintaxe recomendada pela especificação http://www.w3.org/TR/NOTE-datetime: $2"
"date value '$1' does not follow recommended syntax as per http://www.w3.org/TR/NOTE-datetime: $2" : "o valor de 'date' '$1' não segue a sintaxe recomendada pela especificação http://www.w3.org/TR/NOTE-datetime: $2",

"Select an EPUB file to check" : "Selecionar um arquivo EPUB para revisão",
"Text field holding the path to the EPUB file to check" : "Campo de texto com a ligação de verificar o arquivo EPUB",
"Start accessibility checks on selected EPUB" : "Iniciar a verificação da acessibilidade do arquivo EPUB selecionado",
"Version of the EPUB Checker tool" : "Versão do verificador EPUB ultilizado:",
"Results table" : "Tabela para mostrar os resultados",
"Status bar" : "Visualizar status",
"empty" : "Vazio",
"result view" : "Ver resultados",
"main application panel" : "Área principal da aplicação",
"high contrast mode" : "Alto contraste",
"increase font" : "Aumentar tamanho da letra",
"decrease font" : "Diminuir tamanho da letra",
"result text view" : "Mostrar resultados em forma de texto"
}
16 changes: 15 additions & 1 deletion src/main/resources/localization/ru_RU.json
Original file line number Diff line number Diff line change
Expand Up @@ -291,5 +291,19 @@
"The '$1' attribute does not have a unique value" : "Значение атрибута '$1' не уникально",
"spine contains multiple references to the manifest item with id '$1'" : "'spine' содержит несколько ссылок на элемент, указанный в 'manifest', с идентификатором '$1'",

"date value '$1' does not follow recommended syntax as per http://www.w3.org/TR/NOTE-datetime: $2" : ""
"date value '$1' does not follow recommended syntax as per http://www.w3.org/TR/NOTE-datetime: $2" : "",

"Select an EPUB file to check" : "Выбрать файл EPUB для просмотра",
"Text field holding the path to the EPUB file to check" : "Текстовое поле с путем к проверяемому EPUB-файлу",
"Start accessibility checks on selected EPUB" : "Начать проверку доступности для выбранного файла EPUB",
"Version of the EPUB Checker tool" : "Используемая версия EPUB Checker:",
"Results table" : "Таблица для отображения результатов",
"Status bar" : "Отображение состояния",
"empty" : "пусто",
"result view" : "Просмотр результатов",
"main application panel" : "Основная область применения",
"high contrast mode" : "Высокая контрастность",
"increase font" : "Увеличить размер шрифта",
"decrease font" : "Уменьшить размер шрифта",
"result text view" : "Отображение результата в текстовом виде"
}
16 changes: 15 additions & 1 deletion src/main/resources/localization/tr_TR.json
Original file line number Diff line number Diff line change
Expand Up @@ -291,5 +291,19 @@
"The '$1' attribute does not have a unique value" : "",
"spine contains multiple references to the manifest item with id '$1'" : "",

"date value '$1' does not follow recommended syntax as per http://www.w3.org/TR/NOTE-datetime: $2" : ""
"date value '$1' does not follow recommended syntax as per http://www.w3.org/TR/NOTE-datetime: $2" : "",

"Select an EPUB file to check" : "Select an EPUB file to check",
"Text field holding the path to the EPUB file to check" : "Text field containing the path to the EPUB file to check",
"Start accessibility checks on selected EPUB" : "Start accessibility checks on selected EPUB",
"Version of the EPUB Checker tool" : "Version of the EPUB Checker tool:",
"Results table" : "Results table",
"Status bar" : "Status bar",
"empty" : "empty",
"result view" : "result view",
"main application panel" : "main application panel",
"high contrast mode" : "high contrast mode",
"increase font" : "increase font",
"decrease font" : "decrease font",
"result text view" : "result text view"
}
16 changes: 15 additions & 1 deletion src/main/resources/localization/zh_TW.json
Original file line number Diff line number Diff line change
Expand Up @@ -290,5 +290,19 @@
"The '$1' attribute does not have a unique value" : "'$1' 屬性(atrribute)不能為獨特值",
"spine contains multiple references to the manifest item with id '$1'" : "Spine裡對id為「$1」的manifest項目重複參照。",

"date value '$1' does not follow recommended syntax as per http://www.w3.org/TR/NOTE-datetime: $2" : "日期值「$1」並未遵循推薦語法,如 http://www.w3.org/TR/NOTE-datetime:$2。"
"date value '$1' does not follow recommended syntax as per http://www.w3.org/TR/NOTE-datetime: $2" : "日期值「$1」並未遵循推薦語法,如 http://www.w3.org/TR/NOTE-datetime:$2。",

"Select an EPUB file to check" : "Select an EPUB file to check",
"Text field holding the path to the EPUB file to check" : "Text field containing the path to the EPUB file to check",
"Start accessibility checks on selected EPUB" : "Start accessibility checks on selected EPUB",
"Version of the EPUB Checker tool" : "Version of the EPUB Checker tool:",
"Results table" : "Results table",
"Status bar" : "Status bar",
"empty" : "empty",
"result view" : "result view",
"main application panel" : "main application panel",
"high contrast mode" : "high contrast mode",
"increase font" : "increase font",
"decrease font" : "decrease font",
"result text view" : "result text view"
}

0 comments on commit 525f17e

Please sign in to comment.