diff --git a/Vienna Help/IndexHelpbook.sh b/Vienna Help/IndexHelpbook.sh index e2f31d4145..dfcdf8017a 100755 --- a/Vienna Help/IndexHelpbook.sh +++ b/Vienna Help/IndexHelpbook.sh @@ -11,7 +11,7 @@ for lang in ${lprojList}; do echo "Indexing help book for ${lang} ..." case "${lang}" in - ja|ko|zh_CN|zh_TW) + ja|ko|zh-Hans|zh-Hant) MIN_TERM="1" ;; *) @@ -19,11 +19,19 @@ for lang in ${lprojList}; do esac case "${lang}" in en|de|es|fr|sv|hu|it) - /usr/bin/hiutil -C -avv -m "${MIN_TERM}" -s "${lang}" -f "${helpDir}/Vienna.helpindex" "${helpDir}" + STOP_WORDS="--stopwords ${lang}" ;; *) - /usr/bin/hiutil -C -avv -m "${MIN_TERM}" -f "${helpDir}/Vienna.helpindex" "${helpDir}" + STOP_WORDS="" esac + pushd "${helpDir}" + # Spotlight help format required for macOS Mojave (10.14) or later + /usr/bin/hiutil --create --anchors --index-format corespotlight --min-term-length="${MIN_TERM}" ${STOP_WORDS} --file "${PRODUCT_NAME}.cshelpindex" -vv . + # Latent Symantic Mapping (LSM) help format for versions prior to Mojave + /usr/bin/hiutil --create --anchors --index-format lsm --min-term-length="${MIN_TERM}" ${STOP_WORDS} --file "${PRODUCT_NAME}.helpindex" -vv . + # control + /usr/bin/hiutil -T --index-format corespotlight --file "${PRODUCT_NAME}.cshelpindex" -v + popd done exit 0 diff --git a/Vienna Help/Info.plist b/Vienna Help/Info.plist index a7980fc260..ad8942cad5 100644 --- a/Vienna Help/Info.plist +++ b/Vienna Help/Info.plist @@ -3,7 +3,7 @@ CFBundleDevelopmentRegion - en-us + en CFBundleIdentifier $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion @@ -21,11 +21,15 @@ HPDBookAccessPath Vienna.html HPDBookIconPath - shared/images/Vienna-Logo.jpg + shared/images/Vienna-Logo.png HPDBookIndexPath Vienna.helpindex + HPDBookCSIndexPath + Vienna.cshelpindex HPDBookTitle Vienna Help + HPDBookKBProduct + Vienna HPDBookType 3 diff --git a/Vienna Help/Resources/cs.lproj/Vienna.html b/Vienna Help/Resources/cs.lproj/Vienna.html index 23d96c96a2..42b1ea83cd 100644 --- a/Vienna Help/Resources/cs.lproj/Vienna.html +++ b/Vienna Help/Resources/cs.lproj/Vienna.html @@ -12,11 +12,11 @@ -

+

Vienna Help

- +

Introduction to Vienna

diff --git a/Vienna Help/Resources/cs.lproj/advanced.html b/Vienna Help/Resources/cs.lproj/advanced.html index 18971ec3d3..7e1c93e5cf 100644 --- a/Vienna Help/Resources/cs.lproj/advanced.html +++ b/Vienna Help/Resources/cs.lproj/advanced.html @@ -8,7 +8,7 @@ -  Advanced Settings +  Advanced Settings

The Advanced section of the Preferences provides options to change very specific settings in Vienna that are not essential for normal use but may resolve some issues as advised by the support forum. This page details the advanced settings and their function. diff --git a/Vienna Help/Resources/cs.lproj/faq.html b/Vienna Help/Resources/cs.lproj/faq.html index 884d9d2333..84983d1de4 100644 --- a/Vienna Help/Resources/cs.lproj/faq.html +++ b/Vienna Help/Resources/cs.lproj/faq.html @@ -7,7 +7,7 @@ -  How Do I? +  How Do I?

Below are some of the more common questions asked about Vienna while it was being pre-release tested. See the Official Vienna FAQ Page for these and the latest hints and tips for using Vienna. diff --git a/Vienna Help/Resources/cs.lproj/intro.html b/Vienna Help/Resources/cs.lproj/intro.html index fc01413628..ca972cb456 100644 --- a/Vienna Help/Resources/cs.lproj/intro.html +++ b/Vienna Help/Resources/cs.lproj/intro.html @@ -7,7 +7,7 @@ -   +   Introduction to Vienna

Vienna is an application that allows you to read RSS or Atom news feeds on your Mac OS X computer. It automates the job of retrieving news articles from all subscribed feeds and storing them in a local database for reading off-line. It diff --git a/Vienna Help/Resources/cs.lproj/keyboard.html b/Vienna Help/Resources/cs.lproj/keyboard.html index 4998805627..24dfbd889d 100644 --- a/Vienna Help/Resources/cs.lproj/keyboard.html +++ b/Vienna Help/Resources/cs.lproj/keyboard.html @@ -9,15 +9,15 @@ -  Keyboard Shortcuts +  Keyboard Shortcuts

You can use your keyboard to quickly accomplish many tasks in Vienna. To find the shortcuts for common commands, look in the menus (or see the list at the bottom of this page). Many items in Vienna such as the folder pane and the article list pane also have contextual menus. To see a contextual menu, press the Control key and click the item.

To do an action, press the shortcut keys indicated below.

- - + +
KeyActionKeyAction
diff --git a/Vienna Help/Resources/da.lproj/Vienna.html b/Vienna Help/Resources/da.lproj/Vienna.html index 720cad0481..b7eca6f6ae 100644 --- a/Vienna Help/Resources/da.lproj/Vienna.html +++ b/Vienna Help/Resources/da.lproj/Vienna.html @@ -12,11 +12,11 @@
-

+

Vienna hjælp

- +

Introduktion til Vienna

diff --git a/Vienna Help/Resources/da.lproj/advanced.html b/Vienna Help/Resources/da.lproj/advanced.html index b0af7511ff..fb16c8710a 100644 --- a/Vienna Help/Resources/da.lproj/advanced.html +++ b/Vienna Help/Resources/da.lproj/advanced.html @@ -8,7 +8,7 @@ -  Avancerede indstillinger +  Avancerede indstillinger

Sektionen for avancerede instillinerg giver mulighed for at ændre meget specifikke indstillinger i Vienna som ikke er essentielle for normal brug, men som kan klare nogle problemer som kan være bragt op på support-forummet. Denne sider detajlerer de avancerede indstillinger og deres funktioner.

Aktiver JavaScript i den interne browser

diff --git a/Vienna Help/Resources/da.lproj/faq.html b/Vienna Help/Resources/da.lproj/faq.html index 80087d1571..b622f16f09 100644 --- a/Vienna Help/Resources/da.lproj/faq.html +++ b/Vienna Help/Resources/da.lproj/faq.html @@ -7,7 +7,7 @@ -  How Do I? +  How Do I?

Below are some of the more common questions asked about Vienna while it was being pre-release tested. See the Official Vienna FAQ Page for these and the latest hints and tips for using Vienna. diff --git a/Vienna Help/Resources/da.lproj/intro.html b/Vienna Help/Resources/da.lproj/intro.html index fc01413628..ca972cb456 100644 --- a/Vienna Help/Resources/da.lproj/intro.html +++ b/Vienna Help/Resources/da.lproj/intro.html @@ -7,7 +7,7 @@ -   +   Introduction to Vienna

Vienna is an application that allows you to read RSS or Atom news feeds on your Mac OS X computer. It automates the job of retrieving news articles from all subscribed feeds and storing them in a local database for reading off-line. It diff --git a/Vienna Help/Resources/da.lproj/keyboard.html b/Vienna Help/Resources/da.lproj/keyboard.html index 63c75b0f0b..7c163cc6f9 100644 --- a/Vienna Help/Resources/da.lproj/keyboard.html +++ b/Vienna Help/Resources/da.lproj/keyboard.html @@ -8,16 +8,16 @@ -  Tastaturgenveje +  Tastaturgenveje

Du kan bruge dit tastatur til hurtigt at klare mange funktioner i Vienna. For at finde genveje for ofte brugte kommandoer, kig da i menuerne (eller se listen i bunden af denne side). Mange emner i Vienna, såsom mappefanen og artikellistefanen, har også contextual menuer. For at se en contextualmenu, hold Kontrol-tasten nede og klik på et emne.

For at gøre en handling, tryk genvejstasterne indikeret nedenfor.

- - diff --git a/Vienna Help/Resources/de.lproj/Vienna.html b/Vienna Help/Resources/de.lproj/Vienna.html index 0c021531db..6184af85ea 100644 --- a/Vienna Help/Resources/de.lproj/Vienna.html +++ b/Vienna Help/Resources/de.lproj/Vienna.html @@ -12,11 +12,11 @@
+

Taster

+

Handling

-

+

Vienna Hilfe

- +

Einleitung zu Vienna

diff --git a/Vienna Help/Resources/de.lproj/advanced.html b/Vienna Help/Resources/de.lproj/advanced.html index 3ea7c1d9ed..a76d392f14 100644 --- a/Vienna Help/Resources/de.lproj/advanced.html +++ b/Vienna Help/Resources/de.lproj/advanced.html @@ -14,7 +14,7 @@ - +  Erweiterte Einstellungen diff --git a/Vienna Help/Resources/de.lproj/intro.html b/Vienna Help/Resources/de.lproj/intro.html index 6e59ecfaac..5f8cf0cc17 100644 --- a/Vienna Help/Resources/de.lproj/intro.html +++ b/Vienna Help/Resources/de.lproj/intro.html @@ -7,7 +7,7 @@ -  Einleitung zu Vienna +  Einleitung zu Vienna

Vienna ist ein Programm zum lesen und verwalten von RSS und Atom Feeds auf Mac OSX Computern. Es automatisiert Aufgaben zum verwalten von Atikeln der abonnierten Feeds und speichert sie in einer lokalen Datenbank um die Artikel auch Offline lesen zu können. Unterstützte Merkmale sind das Durchsuchen der Feeds nach Schlüsselwörtern und Phrasen, makieren ineressanter diff --git a/Vienna Help/Resources/de.lproj/keyboard.html b/Vienna Help/Resources/de.lproj/keyboard.html index 973795811d..ca2eae1a00 100644 --- a/Vienna Help/Resources/de.lproj/keyboard.html +++ b/Vienna Help/Resources/de.lproj/keyboard.html @@ -8,7 +8,7 @@ -  Tastatur-Kürzel +  Tastatur-Kürzel

Ein Großteil der Funktionen in Vienna können über die Tastatur ausgeführt werden. Die notwendigen Tastatür-Kürzel werden im Menü neben dem jeweiligen Befehl angezeigt und werden im Folgenden beschrieben. Viele Bedienelemente in Vienna verfügen ausserdem über Kontext-Menüs, die durch einen Rechtsklick beziehungsweise durch Klicken und halten von Steuerung aktiviert werden können. @@ -19,8 +19,8 @@

Um eine Funktion auszuführen, drücken sie die unten aufgeführten Tastenkombinationen.

- - + +
KeyActionKeyAction
diff --git a/Vienna Help/Resources/en.lproj/Vienna.html b/Vienna Help/Resources/en.lproj/Vienna.html index dcc8bd8272..ed83c76087 100644 --- a/Vienna Help/Resources/en.lproj/Vienna.html +++ b/Vienna Help/Resources/en.lproj/Vienna.html @@ -12,11 +12,11 @@
-

+

Vienna Help

- +

Introduction to Vienna

diff --git a/Vienna Help/Resources/en.lproj/advanced.html b/Vienna Help/Resources/en.lproj/advanced.html index 9bd74f6a0b..cb845e2f5f 100644 --- a/Vienna Help/Resources/en.lproj/advanced.html +++ b/Vienna Help/Resources/en.lproj/advanced.html @@ -9,7 +9,7 @@ -  Advanced Settings +  Advanced Settings

The Advanced section of the Preferences provides options to change very specific settings in Vienna that are not essential for normal use but may resolve some issues as advised by the support forum. This page details the advanced settings and their function. diff --git a/Vienna Help/Resources/en.lproj/faq.html b/Vienna Help/Resources/en.lproj/faq.html index 0082fd7cd9..da792c242a 100644 --- a/Vienna Help/Resources/en.lproj/faq.html +++ b/Vienna Help/Resources/en.lproj/faq.html @@ -7,7 +7,7 @@ -  How Do I? +  How Do I?

Below are some of the more common questions asked about Vienna while it was being pre-release tested. See the Official Vienna FAQ Page for these and the latest hints and tips for using Vienna. diff --git a/Vienna Help/Resources/en.lproj/intro.html b/Vienna Help/Resources/en.lproj/intro.html index 44e7ea60da..4f9be0b8b2 100644 --- a/Vienna Help/Resources/en.lproj/intro.html +++ b/Vienna Help/Resources/en.lproj/intro.html @@ -7,7 +7,7 @@ -   +   Introduction to Vienna

Vienna is an application that allows you to read RSS or Atom news feeds on your Mac OS X computer. It automates the job of retrieving news articles from all subscribed feeds and storing them in a local database for reading off-line. It diff --git a/Vienna Help/Resources/en.lproj/keyboard.html b/Vienna Help/Resources/en.lproj/keyboard.html index 4998805627..24dfbd889d 100644 --- a/Vienna Help/Resources/en.lproj/keyboard.html +++ b/Vienna Help/Resources/en.lproj/keyboard.html @@ -9,15 +9,15 @@ -  Keyboard Shortcuts +  Keyboard Shortcuts

You can use your keyboard to quickly accomplish many tasks in Vienna. To find the shortcuts for common commands, look in the menus (or see the list at the bottom of this page). Many items in Vienna such as the folder pane and the article list pane also have contextual menus. To see a contextual menu, press the Control key and click the item.

To do an action, press the shortcut keys indicated below.

- - + +
KeyActionKeyAction
diff --git a/Vienna Help/Resources/es.lproj/Vienna.html b/Vienna Help/Resources/es.lproj/Vienna.html index 89b3c5a731..fae597a598 100644 --- a/Vienna Help/Resources/es.lproj/Vienna.html +++ b/Vienna Help/Resources/es.lproj/Vienna.html @@ -13,11 +13,11 @@ -
-

Ayuda de Vienna

Introducción a Vienna

diff --git a/Vienna Help/Resources/es.lproj/advanced.html b/Vienna Help/Resources/es.lproj/advanced.html index 6352b733d2..b4b566a90e 100644 --- a/Vienna Help/Resources/es.lproj/advanced.html +++ b/Vienna Help/Resources/es.lproj/advanced.html @@ -9,7 +9,7 @@ - +  Preferencias avanzadas

La sección Avanzado de las preferencias da al usuario la diff --git a/Vienna Help/Resources/es.lproj/faq.html b/Vienna Help/Resources/es.lproj/faq.html index df8f6b38f0..5242c0dfb9 100644 --- a/Vienna Help/Resources/es.lproj/faq.html +++ b/Vienna Help/Resources/es.lproj/faq.html @@ -8,7 +8,7 @@ - +  ¿Cómo puedo...?

Le presentamos algunas de las preguntas más frecuentes acerca diff --git a/Vienna Help/Resources/es.lproj/intro.html b/Vienna Help/Resources/es.lproj/intro.html index 82cdb7cd18..ac818b049c 100644 --- a/Vienna Help/Resources/es.lproj/intro.html +++ b/Vienna Help/Resources/es.lproj/intro.html @@ -8,7 +8,7 @@ - +   Introducción a Vienna

Vienna es una aplicación que le permite leer las fuentes de diff --git a/Vienna Help/Resources/es.lproj/keyboard.html b/Vienna Help/Resources/es.lproj/keyboard.html index cb85a48124..82a188b6c9 100644 --- a/Vienna Help/Resources/es.lproj/keyboard.html +++ b/Vienna Help/Resources/es.lproj/keyboard.html @@ -9,7 +9,7 @@ - +  Funciones rápidas de teclado

Puede utilizar su teclado para llevar a cabo rápidamente @@ -24,8 +24,8 @@ - - + +
TeclaAcciónTeclaAcción
diff --git a/Vienna Help/Resources/eu.lproj/Vienna.html b/Vienna Help/Resources/eu.lproj/Vienna.html index dcc8bd8272..ed83c76087 100644 --- a/Vienna Help/Resources/eu.lproj/Vienna.html +++ b/Vienna Help/Resources/eu.lproj/Vienna.html @@ -12,11 +12,11 @@
-

+

Vienna Help

- +

Introduction to Vienna

diff --git a/Vienna Help/Resources/eu.lproj/advanced.html b/Vienna Help/Resources/eu.lproj/advanced.html index 9bd74f6a0b..cb845e2f5f 100644 --- a/Vienna Help/Resources/eu.lproj/advanced.html +++ b/Vienna Help/Resources/eu.lproj/advanced.html @@ -9,7 +9,7 @@ -  Advanced Settings +  Advanced Settings

The Advanced section of the Preferences provides options to change very specific settings in Vienna that are not essential for normal use but may resolve some issues as advised by the support forum. This page details the advanced settings and their function. diff --git a/Vienna Help/Resources/eu.lproj/faq.html b/Vienna Help/Resources/eu.lproj/faq.html index 0082fd7cd9..da792c242a 100644 --- a/Vienna Help/Resources/eu.lproj/faq.html +++ b/Vienna Help/Resources/eu.lproj/faq.html @@ -7,7 +7,7 @@ -  How Do I? +  How Do I?

Below are some of the more common questions asked about Vienna while it was being pre-release tested. See the Official Vienna FAQ Page for these and the latest hints and tips for using Vienna. diff --git a/Vienna Help/Resources/eu.lproj/intro.html b/Vienna Help/Resources/eu.lproj/intro.html index 44e7ea60da..4f9be0b8b2 100644 --- a/Vienna Help/Resources/eu.lproj/intro.html +++ b/Vienna Help/Resources/eu.lproj/intro.html @@ -7,7 +7,7 @@ -   +   Introduction to Vienna

Vienna is an application that allows you to read RSS or Atom news feeds on your Mac OS X computer. It automates the job of retrieving news articles from all subscribed feeds and storing them in a local database for reading off-line. It diff --git a/Vienna Help/Resources/eu.lproj/keyboard.html b/Vienna Help/Resources/eu.lproj/keyboard.html index 4998805627..24dfbd889d 100644 --- a/Vienna Help/Resources/eu.lproj/keyboard.html +++ b/Vienna Help/Resources/eu.lproj/keyboard.html @@ -9,15 +9,15 @@ -  Keyboard Shortcuts +  Keyboard Shortcuts

You can use your keyboard to quickly accomplish many tasks in Vienna. To find the shortcuts for common commands, look in the menus (or see the list at the bottom of this page). Many items in Vienna such as the folder pane and the article list pane also have contextual menus. To see a contextual menu, press the Control key and click the item.

To do an action, press the shortcut keys indicated below.

- - + +
KeyActionKeyAction
diff --git a/Vienna Help/Resources/fr.lproj/InfoPlist.strings b/Vienna Help/Resources/fr.lproj/InfoPlist.strings new file mode 100644 index 0000000000..8f02a62723 --- /dev/null +++ b/Vienna Help/Resources/fr.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ +HPDBookTitle = "Aide Vienna"; diff --git a/Vienna Help/Resources/fr.lproj/Vienna.html b/Vienna Help/Resources/fr.lproj/Vienna.html index d0d32c53b9..b897850081 100644 --- a/Vienna Help/Resources/fr.lproj/Vienna.html +++ b/Vienna Help/Resources/fr.lproj/Vienna.html @@ -4,7 +4,7 @@ - + Aide Vienna @@ -13,11 +13,11 @@ -
-

Aide Vienna

Introduction à Vienna

diff --git a/Vienna Help/Resources/fr.lproj/advanced.html b/Vienna Help/Resources/fr.lproj/advanced.html index 0ae8605a45..1c5e443fdc 100644 --- a/Vienna Help/Resources/fr.lproj/advanced.html +++ b/Vienna Help/Resources/fr.lproj/advanced.html @@ -11,7 +11,7 @@ - +  Réglages Avancés

Le panneau Advancé des Préférences proposes des options pour diff --git a/Vienna Help/Resources/fr.lproj/faq.html b/Vienna Help/Resources/fr.lproj/faq.html index d28a3e1863..bb62dff2a1 100644 --- a/Vienna Help/Resources/fr.lproj/faq.html +++ b/Vienna Help/Resources/fr.lproj/faq.html @@ -10,7 +10,7 @@ - +  Comment faire ?

Ci-dessous vous trouverez les questions les plus courantes à diff --git a/Vienna Help/Resources/fr.lproj/intro.html b/Vienna Help/Resources/fr.lproj/intro.html index 6d16ebfae8..7de813dec8 100644 --- a/Vienna Help/Resources/fr.lproj/intro.html +++ b/Vienna Help/Resources/fr.lproj/intro.html @@ -10,7 +10,7 @@ - +   Introduction à Vienna

Vienna est une application qui permet de lire des flux RSS ou diff --git a/Vienna Help/Resources/fr.lproj/keyboard.html b/Vienna Help/Resources/fr.lproj/keyboard.html index abdf606ef5..03b6280d2a 100644 --- a/Vienna Help/Resources/fr.lproj/keyboard.html +++ b/Vienna Help/Resources/fr.lproj/keyboard.html @@ -11,7 +11,7 @@ - +  Raccourcis clavier

Dans Vienna vous pouvez utiliser votre clavier pour exécuter @@ -26,9 +26,9 @@ - - +
Combinaison de + Combinaison de touchesActionAction
diff --git a/Vienna Help/Resources/gl.lproj/Vienna.html b/Vienna Help/Resources/gl.lproj/Vienna.html index dcc8bd8272..ed83c76087 100644 --- a/Vienna Help/Resources/gl.lproj/Vienna.html +++ b/Vienna Help/Resources/gl.lproj/Vienna.html @@ -12,11 +12,11 @@
-

+

Vienna Help

- +

Introduction to Vienna

diff --git a/Vienna Help/Resources/gl.lproj/advanced.html b/Vienna Help/Resources/gl.lproj/advanced.html index 9bd74f6a0b..cb845e2f5f 100644 --- a/Vienna Help/Resources/gl.lproj/advanced.html +++ b/Vienna Help/Resources/gl.lproj/advanced.html @@ -9,7 +9,7 @@ -  Advanced Settings +  Advanced Settings

The Advanced section of the Preferences provides options to change very specific settings in Vienna that are not essential for normal use but may resolve some issues as advised by the support forum. This page details the advanced settings and their function. diff --git a/Vienna Help/Resources/gl.lproj/faq.html b/Vienna Help/Resources/gl.lproj/faq.html index 0082fd7cd9..da792c242a 100644 --- a/Vienna Help/Resources/gl.lproj/faq.html +++ b/Vienna Help/Resources/gl.lproj/faq.html @@ -7,7 +7,7 @@ -  How Do I? +  How Do I?

Below are some of the more common questions asked about Vienna while it was being pre-release tested. See the Official Vienna FAQ Page for these and the latest hints and tips for using Vienna. diff --git a/Vienna Help/Resources/gl.lproj/intro.html b/Vienna Help/Resources/gl.lproj/intro.html index 44e7ea60da..4f9be0b8b2 100644 --- a/Vienna Help/Resources/gl.lproj/intro.html +++ b/Vienna Help/Resources/gl.lproj/intro.html @@ -7,7 +7,7 @@ -   +   Introduction to Vienna

Vienna is an application that allows you to read RSS or Atom news feeds on your Mac OS X computer. It automates the job of retrieving news articles from all subscribed feeds and storing them in a local database for reading off-line. It diff --git a/Vienna Help/Resources/gl.lproj/keyboard.html b/Vienna Help/Resources/gl.lproj/keyboard.html index 4998805627..24dfbd889d 100644 --- a/Vienna Help/Resources/gl.lproj/keyboard.html +++ b/Vienna Help/Resources/gl.lproj/keyboard.html @@ -9,15 +9,15 @@ -  Keyboard Shortcuts +  Keyboard Shortcuts

You can use your keyboard to quickly accomplish many tasks in Vienna. To find the shortcuts for common commands, look in the menus (or see the list at the bottom of this page). Many items in Vienna such as the folder pane and the article list pane also have contextual menus. To see a contextual menu, press the Control key and click the item.

To do an action, press the shortcut keys indicated below.

- - + +
KeyActionKeyAction
diff --git a/Vienna Help/Resources/it.lproj/Vienna.html b/Vienna Help/Resources/it.lproj/Vienna.html index 593146a046..4a2e66ab6d 100644 --- a/Vienna Help/Resources/it.lproj/Vienna.html +++ b/Vienna Help/Resources/it.lproj/Vienna.html @@ -14,11 +14,11 @@ -
-

Aiuto Vienna

Introduzione a Vienna

diff --git a/Vienna Help/Resources/it.lproj/advanced.html b/Vienna Help/Resources/it.lproj/advanced.html index 8d3a2e856a..f775a2b905 100644 --- a/Vienna Help/Resources/it.lproj/advanced.html +++ b/Vienna Help/Resources/it.lproj/advanced.html @@ -10,7 +10,7 @@ - +  Advanced Settings

The Advanced section of the Preferences provides options to diff --git a/Vienna Help/Resources/it.lproj/faq.html b/Vienna Help/Resources/it.lproj/faq.html index 9420831d78..3f8e11e08f 100644 --- a/Vienna Help/Resources/it.lproj/faq.html +++ b/Vienna Help/Resources/it.lproj/faq.html @@ -9,7 +9,7 @@ - +  Come Faccio A?

Qui sotto ci sono alcune delle domande più comuni che ci sono diff --git a/Vienna Help/Resources/it.lproj/intro.html b/Vienna Help/Resources/it.lproj/intro.html index 4d6a79ab43..5a36e63b22 100644 --- a/Vienna Help/Resources/it.lproj/intro.html +++ b/Vienna Help/Resources/it.lproj/intro.html @@ -9,7 +9,7 @@ - +   Introduzione a Vienna

Vienna è un'applicazione che ti permette di leggere feed di diff --git a/Vienna Help/Resources/it.lproj/keyboard.html b/Vienna Help/Resources/it.lproj/keyboard.html index 8936857424..7ce2c2a783 100644 --- a/Vienna Help/Resources/it.lproj/keyboard.html +++ b/Vienna Help/Resources/it.lproj/keyboard.html @@ -10,7 +10,7 @@ - +  Abbreviazioni da Tastiera

Puoi usare la tua tastiera per eseguire rapidamente diverse @@ -25,8 +25,8 @@ - - + +
TastoAzioneTastoAzione
diff --git a/Vienna Help/Resources/ja.lproj/Vienna.html b/Vienna Help/Resources/ja.lproj/Vienna.html index dcc8bd8272..ed83c76087 100644 --- a/Vienna Help/Resources/ja.lproj/Vienna.html +++ b/Vienna Help/Resources/ja.lproj/Vienna.html @@ -12,11 +12,11 @@
-

+

Vienna Help

- +

Introduction to Vienna

diff --git a/Vienna Help/Resources/ja.lproj/advanced.html b/Vienna Help/Resources/ja.lproj/advanced.html index 9bd74f6a0b..cb845e2f5f 100644 --- a/Vienna Help/Resources/ja.lproj/advanced.html +++ b/Vienna Help/Resources/ja.lproj/advanced.html @@ -9,7 +9,7 @@ -  Advanced Settings +  Advanced Settings

The Advanced section of the Preferences provides options to change very specific settings in Vienna that are not essential for normal use but may resolve some issues as advised by the support forum. This page details the advanced settings and their function. diff --git a/Vienna Help/Resources/ja.lproj/faq.html b/Vienna Help/Resources/ja.lproj/faq.html index 0082fd7cd9..da792c242a 100644 --- a/Vienna Help/Resources/ja.lproj/faq.html +++ b/Vienna Help/Resources/ja.lproj/faq.html @@ -7,7 +7,7 @@ -  How Do I? +  How Do I?

Below are some of the more common questions asked about Vienna while it was being pre-release tested. See the Official Vienna FAQ Page for these and the latest hints and tips for using Vienna. diff --git a/Vienna Help/Resources/ja.lproj/intro.html b/Vienna Help/Resources/ja.lproj/intro.html index 44e7ea60da..4f9be0b8b2 100644 --- a/Vienna Help/Resources/ja.lproj/intro.html +++ b/Vienna Help/Resources/ja.lproj/intro.html @@ -7,7 +7,7 @@ -   +   Introduction to Vienna

Vienna is an application that allows you to read RSS or Atom news feeds on your Mac OS X computer. It automates the job of retrieving news articles from all subscribed feeds and storing them in a local database for reading off-line. It diff --git a/Vienna Help/Resources/ja.lproj/keyboard.html b/Vienna Help/Resources/ja.lproj/keyboard.html index 4998805627..24dfbd889d 100644 --- a/Vienna Help/Resources/ja.lproj/keyboard.html +++ b/Vienna Help/Resources/ja.lproj/keyboard.html @@ -9,15 +9,15 @@ -  Keyboard Shortcuts +  Keyboard Shortcuts

You can use your keyboard to quickly accomplish many tasks in Vienna. To find the shortcuts for common commands, look in the menus (or see the list at the bottom of this page). Many items in Vienna such as the folder pane and the article list pane also have contextual menus. To see a contextual menu, press the Control key and click the item.

To do an action, press the shortcut keys indicated below.

- - + +
KeyActionKeyAction
diff --git a/Vienna Help/Resources/ko.lproj/Vienna.html b/Vienna Help/Resources/ko.lproj/Vienna.html index dcc8bd8272..ed83c76087 100644 --- a/Vienna Help/Resources/ko.lproj/Vienna.html +++ b/Vienna Help/Resources/ko.lproj/Vienna.html @@ -12,11 +12,11 @@
-

+

Vienna Help

- +

Introduction to Vienna

diff --git a/Vienna Help/Resources/ko.lproj/advanced.html b/Vienna Help/Resources/ko.lproj/advanced.html index 9bd74f6a0b..cb845e2f5f 100644 --- a/Vienna Help/Resources/ko.lproj/advanced.html +++ b/Vienna Help/Resources/ko.lproj/advanced.html @@ -9,7 +9,7 @@ -  Advanced Settings +  Advanced Settings

The Advanced section of the Preferences provides options to change very specific settings in Vienna that are not essential for normal use but may resolve some issues as advised by the support forum. This page details the advanced settings and their function. diff --git a/Vienna Help/Resources/ko.lproj/faq.html b/Vienna Help/Resources/ko.lproj/faq.html index 0082fd7cd9..da792c242a 100644 --- a/Vienna Help/Resources/ko.lproj/faq.html +++ b/Vienna Help/Resources/ko.lproj/faq.html @@ -7,7 +7,7 @@ -  How Do I? +  How Do I?

Below are some of the more common questions asked about Vienna while it was being pre-release tested. See the Official Vienna FAQ Page for these and the latest hints and tips for using Vienna. diff --git a/Vienna Help/Resources/ko.lproj/intro.html b/Vienna Help/Resources/ko.lproj/intro.html index 44e7ea60da..4f9be0b8b2 100644 --- a/Vienna Help/Resources/ko.lproj/intro.html +++ b/Vienna Help/Resources/ko.lproj/intro.html @@ -7,7 +7,7 @@ -   +   Introduction to Vienna

Vienna is an application that allows you to read RSS or Atom news feeds on your Mac OS X computer. It automates the job of retrieving news articles from all subscribed feeds and storing them in a local database for reading off-line. It diff --git a/Vienna Help/Resources/ko.lproj/keyboard.html b/Vienna Help/Resources/ko.lproj/keyboard.html index 4998805627..24dfbd889d 100644 --- a/Vienna Help/Resources/ko.lproj/keyboard.html +++ b/Vienna Help/Resources/ko.lproj/keyboard.html @@ -9,15 +9,15 @@ -  Keyboard Shortcuts +  Keyboard Shortcuts

You can use your keyboard to quickly accomplish many tasks in Vienna. To find the shortcuts for common commands, look in the menus (or see the list at the bottom of this page). Many items in Vienna such as the folder pane and the article list pane also have contextual menus. To see a contextual menu, press the Control key and click the item.

To do an action, press the shortcut keys indicated below.

- - + +
KeyActionKeyAction
diff --git a/Vienna Help/Resources/nl.lproj/Vienna.html b/Vienna Help/Resources/nl.lproj/Vienna.html index 2d4d67a2e1..1041b1bd79 100644 --- a/Vienna Help/Resources/nl.lproj/Vienna.html +++ b/Vienna Help/Resources/nl.lproj/Vienna.html @@ -13,11 +13,11 @@ -
-

Vienna Help

Inleiding voor Vienna

diff --git a/Vienna Help/Resources/nl.lproj/advanced.html b/Vienna Help/Resources/nl.lproj/advanced.html index eb9d2410c1..ada03084bd 100644 --- a/Vienna Help/Resources/nl.lproj/advanced.html +++ b/Vienna Help/Resources/nl.lproj/advanced.html @@ -9,7 +9,7 @@ - +  Geavanceerde voorkeuren

De "Geavanceerd" sectie van de Voorkeuren geeft de diff --git a/Vienna Help/Resources/nl.lproj/faq.html b/Vienna Help/Resources/nl.lproj/faq.html index 59481214ab..f48f203fa7 100644 --- a/Vienna Help/Resources/nl.lproj/faq.html +++ b/Vienna Help/Resources/nl.lproj/faq.html @@ -8,7 +8,7 @@ - +  Hoe kan ik?

Hier zijn een aantal vragen die naar voren kwamen tijdens de ontwikkeling van Vienna in de test-fase. Kijk hiervoor op diff --git a/Vienna Help/Resources/nl.lproj/intro.html b/Vienna Help/Resources/nl.lproj/intro.html index 6eb0908943..10a18c91e9 100644 --- a/Vienna Help/Resources/nl.lproj/intro.html +++ b/Vienna Help/Resources/nl.lproj/intro.html @@ -8,7 +8,7 @@ - +   Inleiding

Vienna is een programma waarmee u RSS en Atom feeds kunt lezen op uw Mac OS X computer. Het automatiseert het ophalen van nieuwe diff --git a/Vienna Help/Resources/nl.lproj/keyboard.html b/Vienna Help/Resources/nl.lproj/keyboard.html index 92eca869ec..d0d12a19f9 100644 --- a/Vienna Help/Resources/nl.lproj/keyboard.html +++ b/Vienna Help/Resources/nl.lproj/keyboard.html @@ -9,7 +9,7 @@ - +  Toetscombinaties

U kunt met uw toetsenbord snel veel taken uitvoeren in Vienna. @@ -27,8 +27,8 @@ - - + +
Toets(en)ActieToets(en)Actie
diff --git a/Vienna Help/Resources/pt-BR.lproj/Vienna.html b/Vienna Help/Resources/pt-BR.lproj/Vienna.html index dcc8bd8272..ed83c76087 100644 --- a/Vienna Help/Resources/pt-BR.lproj/Vienna.html +++ b/Vienna Help/Resources/pt-BR.lproj/Vienna.html @@ -12,11 +12,11 @@
-

+

Vienna Help

- +

Introduction to Vienna

diff --git a/Vienna Help/Resources/pt-BR.lproj/advanced.html b/Vienna Help/Resources/pt-BR.lproj/advanced.html index 9bd74f6a0b..cb845e2f5f 100644 --- a/Vienna Help/Resources/pt-BR.lproj/advanced.html +++ b/Vienna Help/Resources/pt-BR.lproj/advanced.html @@ -9,7 +9,7 @@ -  Advanced Settings +  Advanced Settings

The Advanced section of the Preferences provides options to change very specific settings in Vienna that are not essential for normal use but may resolve some issues as advised by the support forum. This page details the advanced settings and their function. diff --git a/Vienna Help/Resources/pt-BR.lproj/faq.html b/Vienna Help/Resources/pt-BR.lproj/faq.html index 0082fd7cd9..da792c242a 100644 --- a/Vienna Help/Resources/pt-BR.lproj/faq.html +++ b/Vienna Help/Resources/pt-BR.lproj/faq.html @@ -7,7 +7,7 @@ -  How Do I? +  How Do I?

Below are some of the more common questions asked about Vienna while it was being pre-release tested. See the Official Vienna FAQ Page for these and the latest hints and tips for using Vienna. diff --git a/Vienna Help/Resources/pt-BR.lproj/intro.html b/Vienna Help/Resources/pt-BR.lproj/intro.html index 44e7ea60da..4f9be0b8b2 100644 --- a/Vienna Help/Resources/pt-BR.lproj/intro.html +++ b/Vienna Help/Resources/pt-BR.lproj/intro.html @@ -7,7 +7,7 @@ -   +   Introduction to Vienna

Vienna is an application that allows you to read RSS or Atom news feeds on your Mac OS X computer. It automates the job of retrieving news articles from all subscribed feeds and storing them in a local database for reading off-line. It diff --git a/Vienna Help/Resources/pt-BR.lproj/keyboard.html b/Vienna Help/Resources/pt-BR.lproj/keyboard.html index 4998805627..24dfbd889d 100644 --- a/Vienna Help/Resources/pt-BR.lproj/keyboard.html +++ b/Vienna Help/Resources/pt-BR.lproj/keyboard.html @@ -9,15 +9,15 @@ -  Keyboard Shortcuts +  Keyboard Shortcuts

You can use your keyboard to quickly accomplish many tasks in Vienna. To find the shortcuts for common commands, look in the menus (or see the list at the bottom of this page). Many items in Vienna such as the folder pane and the article list pane also have contextual menus. To see a contextual menu, press the Control key and click the item.

To do an action, press the shortcut keys indicated below.

- - + +
KeyActionKeyAction
diff --git a/Vienna Help/Resources/pt.lproj/Vienna.html b/Vienna Help/Resources/pt.lproj/Vienna.html index dcc8bd8272..ed83c76087 100644 --- a/Vienna Help/Resources/pt.lproj/Vienna.html +++ b/Vienna Help/Resources/pt.lproj/Vienna.html @@ -12,11 +12,11 @@
-

+

Vienna Help

- +

Introduction to Vienna

diff --git a/Vienna Help/Resources/pt.lproj/advanced.html b/Vienna Help/Resources/pt.lproj/advanced.html index 9bd74f6a0b..cb845e2f5f 100644 --- a/Vienna Help/Resources/pt.lproj/advanced.html +++ b/Vienna Help/Resources/pt.lproj/advanced.html @@ -9,7 +9,7 @@ -  Advanced Settings +  Advanced Settings

The Advanced section of the Preferences provides options to change very specific settings in Vienna that are not essential for normal use but may resolve some issues as advised by the support forum. This page details the advanced settings and their function. diff --git a/Vienna Help/Resources/pt.lproj/faq.html b/Vienna Help/Resources/pt.lproj/faq.html index 0082fd7cd9..da792c242a 100644 --- a/Vienna Help/Resources/pt.lproj/faq.html +++ b/Vienna Help/Resources/pt.lproj/faq.html @@ -7,7 +7,7 @@ -  How Do I? +  How Do I?

Below are some of the more common questions asked about Vienna while it was being pre-release tested. See the Official Vienna FAQ Page for these and the latest hints and tips for using Vienna. diff --git a/Vienna Help/Resources/pt.lproj/intro.html b/Vienna Help/Resources/pt.lproj/intro.html index 44e7ea60da..4f9be0b8b2 100644 --- a/Vienna Help/Resources/pt.lproj/intro.html +++ b/Vienna Help/Resources/pt.lproj/intro.html @@ -7,7 +7,7 @@ -   +   Introduction to Vienna

Vienna is an application that allows you to read RSS or Atom news feeds on your Mac OS X computer. It automates the job of retrieving news articles from all subscribed feeds and storing them in a local database for reading off-line. It diff --git a/Vienna Help/Resources/pt.lproj/keyboard.html b/Vienna Help/Resources/pt.lproj/keyboard.html index 4998805627..24dfbd889d 100644 --- a/Vienna Help/Resources/pt.lproj/keyboard.html +++ b/Vienna Help/Resources/pt.lproj/keyboard.html @@ -9,15 +9,15 @@ -  Keyboard Shortcuts +  Keyboard Shortcuts

You can use your keyboard to quickly accomplish many tasks in Vienna. To find the shortcuts for common commands, look in the menus (or see the list at the bottom of this page). Many items in Vienna such as the folder pane and the article list pane also have contextual menus. To see a contextual menu, press the Control key and click the item.

To do an action, press the shortcut keys indicated below.

- - + +
KeyActionKeyAction
diff --git a/Vienna Help/Resources/ru.lproj/Vienna.html b/Vienna Help/Resources/ru.lproj/Vienna.html index dcc8bd8272..ed83c76087 100644 --- a/Vienna Help/Resources/ru.lproj/Vienna.html +++ b/Vienna Help/Resources/ru.lproj/Vienna.html @@ -12,11 +12,11 @@
-

+

Vienna Help

- +

Introduction to Vienna

diff --git a/Vienna Help/Resources/ru.lproj/advanced.html b/Vienna Help/Resources/ru.lproj/advanced.html index 9bd74f6a0b..cb845e2f5f 100644 --- a/Vienna Help/Resources/ru.lproj/advanced.html +++ b/Vienna Help/Resources/ru.lproj/advanced.html @@ -9,7 +9,7 @@ -  Advanced Settings +  Advanced Settings

The Advanced section of the Preferences provides options to change very specific settings in Vienna that are not essential for normal use but may resolve some issues as advised by the support forum. This page details the advanced settings and their function. diff --git a/Vienna Help/Resources/ru.lproj/faq.html b/Vienna Help/Resources/ru.lproj/faq.html index 0082fd7cd9..da792c242a 100644 --- a/Vienna Help/Resources/ru.lproj/faq.html +++ b/Vienna Help/Resources/ru.lproj/faq.html @@ -7,7 +7,7 @@ -  How Do I? +  How Do I?

Below are some of the more common questions asked about Vienna while it was being pre-release tested. See the Official Vienna FAQ Page for these and the latest hints and tips for using Vienna. diff --git a/Vienna Help/Resources/ru.lproj/intro.html b/Vienna Help/Resources/ru.lproj/intro.html index 44e7ea60da..4f9be0b8b2 100644 --- a/Vienna Help/Resources/ru.lproj/intro.html +++ b/Vienna Help/Resources/ru.lproj/intro.html @@ -7,7 +7,7 @@ -   +   Introduction to Vienna

Vienna is an application that allows you to read RSS or Atom news feeds on your Mac OS X computer. It automates the job of retrieving news articles from all subscribed feeds and storing them in a local database for reading off-line. It diff --git a/Vienna Help/Resources/ru.lproj/keyboard.html b/Vienna Help/Resources/ru.lproj/keyboard.html index 4998805627..24dfbd889d 100644 --- a/Vienna Help/Resources/ru.lproj/keyboard.html +++ b/Vienna Help/Resources/ru.lproj/keyboard.html @@ -9,15 +9,15 @@ -  Keyboard Shortcuts +  Keyboard Shortcuts

You can use your keyboard to quickly accomplish many tasks in Vienna. To find the shortcuts for common commands, look in the menus (or see the list at the bottom of this page). Many items in Vienna such as the folder pane and the article list pane also have contextual menus. To see a contextual menu, press the Control key and click the item.

To do an action, press the shortcut keys indicated below.

- - + +
KeyActionKeyAction
diff --git a/Vienna Help/Resources/shared/helpstyle.css b/Vienna Help/Resources/shared/helpstyle.css index d02689f72e..2bb4982dfa 100644 --- a/Vienna Help/Resources/shared/helpstyle.css +++ b/Vienna Help/Resources/shared/helpstyle.css @@ -1,39 +1,63 @@ +/* custom properties */ +:root { + --background-color: #fafafa; + --text-color: #000; + --link: #3366CC; + --greyed: #C0C0C0; +} + +@media (prefers-color-scheme: dark) { + :root { + --background-color: #000; + --text-color: #d7d7d7; + --link: #1d79cd; + --greyed: #303030; + } +} + +body { + background-color: var(--background-color); +} + a { - color: #3366CC; + color: var(--link); text-decoration: none; } .title { font-family: "Lucida Grande", Arial, Helvetica, sans-serif; font-weight: 700; font-size: 18pt; - color: #000000; + color: var(--text-color); } .header { font-family: "Lucida Grande", Arial, Helvetica, sans-serif; font-weight: 700; font-size: 12pt; - color: #000000; + color: var(--text-color); } li { font-family: "Lucida Grande", Arial, Helvetica, sans-serif; font-weight: 100; font-size: 9pt; - color: #000000; + color: var(--text-color); } h2 { font-family: "Lucida Grande", Arial, Helvetica, sans-serif; font-weight: 400; font-size: 10pt; - color: #000000; + color: var(--text-color); } p { font-family: "Lucida Grande", Arial, Helvetica, sans-serif; font-weight: 100; font-size: 9pt; - color: #000000; + color: var(--text-color); } tr { font-family: "Lucida Grande", Arial, Helvetica, sans-serif; font-size: 9pt; - color: #000000; + color: var(--text-color); +} +.greyed { + background-color: var(--greyed); } \ No newline at end of file diff --git a/Vienna Help/Resources/shared/images/Small-Vienna-Logo.jpg b/Vienna Help/Resources/shared/images/Small-Vienna-Logo.jpg deleted file mode 100644 index 32eca983f1..0000000000 Binary files a/Vienna Help/Resources/shared/images/Small-Vienna-Logo.jpg and /dev/null differ diff --git a/Vienna Help/Resources/shared/images/Small-Vienna-Logo.png b/Vienna Help/Resources/shared/images/Small-Vienna-Logo.png new file mode 100644 index 0000000000..7cf2a0571b Binary files /dev/null and b/Vienna Help/Resources/shared/images/Small-Vienna-Logo.png differ diff --git a/Vienna Help/Resources/shared/images/Vertical-Line.jpg b/Vienna Help/Resources/shared/images/Vertical-Line.jpg deleted file mode 100644 index 75806fc49d..0000000000 Binary files a/Vienna Help/Resources/shared/images/Vertical-Line.jpg and /dev/null differ diff --git a/Vienna Help/Resources/shared/images/Vertical-Line.png b/Vienna Help/Resources/shared/images/Vertical-Line.png new file mode 100644 index 0000000000..c1d5f4765b Binary files /dev/null and b/Vienna Help/Resources/shared/images/Vertical-Line.png differ diff --git a/Vienna Help/Resources/shared/images/Vienna-Logo.jpg b/Vienna Help/Resources/shared/images/Vienna-Logo.jpg deleted file mode 100644 index 488e992ab5..0000000000 Binary files a/Vienna Help/Resources/shared/images/Vienna-Logo.jpg and /dev/null differ diff --git a/Vienna Help/Resources/shared/images/Vienna-Logo.png b/Vienna Help/Resources/shared/images/Vienna-Logo.png new file mode 100644 index 0000000000..7171b06fee Binary files /dev/null and b/Vienna Help/Resources/shared/images/Vienna-Logo.png differ diff --git a/Vienna Help/Resources/sv.lproj/Vienna.html b/Vienna Help/Resources/sv.lproj/Vienna.html index dcc8bd8272..ed83c76087 100644 --- a/Vienna Help/Resources/sv.lproj/Vienna.html +++ b/Vienna Help/Resources/sv.lproj/Vienna.html @@ -12,11 +12,11 @@
-

+

Vienna Help

- +

Introduction to Vienna

diff --git a/Vienna Help/Resources/sv.lproj/advanced.html b/Vienna Help/Resources/sv.lproj/advanced.html index 9bd74f6a0b..cb845e2f5f 100644 --- a/Vienna Help/Resources/sv.lproj/advanced.html +++ b/Vienna Help/Resources/sv.lproj/advanced.html @@ -9,7 +9,7 @@ -  Advanced Settings +  Advanced Settings

The Advanced section of the Preferences provides options to change very specific settings in Vienna that are not essential for normal use but may resolve some issues as advised by the support forum. This page details the advanced settings and their function. diff --git a/Vienna Help/Resources/sv.lproj/faq.html b/Vienna Help/Resources/sv.lproj/faq.html index 0082fd7cd9..da792c242a 100644 --- a/Vienna Help/Resources/sv.lproj/faq.html +++ b/Vienna Help/Resources/sv.lproj/faq.html @@ -7,7 +7,7 @@ -  How Do I? +  How Do I?

Below are some of the more common questions asked about Vienna while it was being pre-release tested. See the Official Vienna FAQ Page for these and the latest hints and tips for using Vienna. diff --git a/Vienna Help/Resources/sv.lproj/intro.html b/Vienna Help/Resources/sv.lproj/intro.html index 44e7ea60da..4f9be0b8b2 100644 --- a/Vienna Help/Resources/sv.lproj/intro.html +++ b/Vienna Help/Resources/sv.lproj/intro.html @@ -7,7 +7,7 @@ -   +   Introduction to Vienna

Vienna is an application that allows you to read RSS or Atom news feeds on your Mac OS X computer. It automates the job of retrieving news articles from all subscribed feeds and storing them in a local database for reading off-line. It diff --git a/Vienna Help/Resources/sv.lproj/keyboard.html b/Vienna Help/Resources/sv.lproj/keyboard.html index 4998805627..24dfbd889d 100644 --- a/Vienna Help/Resources/sv.lproj/keyboard.html +++ b/Vienna Help/Resources/sv.lproj/keyboard.html @@ -9,15 +9,15 @@ -  Keyboard Shortcuts +  Keyboard Shortcuts

You can use your keyboard to quickly accomplish many tasks in Vienna. To find the shortcuts for common commands, look in the menus (or see the list at the bottom of this page). Many items in Vienna such as the folder pane and the article list pane also have contextual menus. To see a contextual menu, press the Control key and click the item.

To do an action, press the shortcut keys indicated below.

- - + +
KeyActionKeyAction
diff --git a/Vienna Help/Resources/tr.lproj/Vienna.html b/Vienna Help/Resources/tr.lproj/Vienna.html index dcc8bd8272..ed83c76087 100644 --- a/Vienna Help/Resources/tr.lproj/Vienna.html +++ b/Vienna Help/Resources/tr.lproj/Vienna.html @@ -12,11 +12,11 @@
-

+

Vienna Help

- +

Introduction to Vienna

diff --git a/Vienna Help/Resources/tr.lproj/advanced.html b/Vienna Help/Resources/tr.lproj/advanced.html index 9bd74f6a0b..cb845e2f5f 100644 --- a/Vienna Help/Resources/tr.lproj/advanced.html +++ b/Vienna Help/Resources/tr.lproj/advanced.html @@ -9,7 +9,7 @@ -  Advanced Settings +  Advanced Settings

The Advanced section of the Preferences provides options to change very specific settings in Vienna that are not essential for normal use but may resolve some issues as advised by the support forum. This page details the advanced settings and their function. diff --git a/Vienna Help/Resources/tr.lproj/faq.html b/Vienna Help/Resources/tr.lproj/faq.html index 0082fd7cd9..da792c242a 100644 --- a/Vienna Help/Resources/tr.lproj/faq.html +++ b/Vienna Help/Resources/tr.lproj/faq.html @@ -7,7 +7,7 @@ -  How Do I? +  How Do I?

Below are some of the more common questions asked about Vienna while it was being pre-release tested. See the Official Vienna FAQ Page for these and the latest hints and tips for using Vienna. diff --git a/Vienna Help/Resources/tr.lproj/intro.html b/Vienna Help/Resources/tr.lproj/intro.html index 44e7ea60da..4f9be0b8b2 100644 --- a/Vienna Help/Resources/tr.lproj/intro.html +++ b/Vienna Help/Resources/tr.lproj/intro.html @@ -7,7 +7,7 @@ -   +   Introduction to Vienna

Vienna is an application that allows you to read RSS or Atom news feeds on your Mac OS X computer. It automates the job of retrieving news articles from all subscribed feeds and storing them in a local database for reading off-line. It diff --git a/Vienna Help/Resources/tr.lproj/keyboard.html b/Vienna Help/Resources/tr.lproj/keyboard.html index 4998805627..24dfbd889d 100644 --- a/Vienna Help/Resources/tr.lproj/keyboard.html +++ b/Vienna Help/Resources/tr.lproj/keyboard.html @@ -9,15 +9,15 @@ -  Keyboard Shortcuts +  Keyboard Shortcuts

You can use your keyboard to quickly accomplish many tasks in Vienna. To find the shortcuts for common commands, look in the menus (or see the list at the bottom of this page). Many items in Vienna such as the folder pane and the article list pane also have contextual menus. To see a contextual menu, press the Control key and click the item.

To do an action, press the shortcut keys indicated below.

- - + +
KeyActionKeyAction
diff --git a/Vienna Help/Resources/uk.lproj/Vienna.html b/Vienna Help/Resources/uk.lproj/Vienna.html index dcc8bd8272..ed83c76087 100644 --- a/Vienna Help/Resources/uk.lproj/Vienna.html +++ b/Vienna Help/Resources/uk.lproj/Vienna.html @@ -12,11 +12,11 @@
-

+

Vienna Help

- +

Introduction to Vienna

diff --git a/Vienna Help/Resources/uk.lproj/advanced.html b/Vienna Help/Resources/uk.lproj/advanced.html index 9bd74f6a0b..cb845e2f5f 100644 --- a/Vienna Help/Resources/uk.lproj/advanced.html +++ b/Vienna Help/Resources/uk.lproj/advanced.html @@ -9,7 +9,7 @@ -  Advanced Settings +  Advanced Settings

The Advanced section of the Preferences provides options to change very specific settings in Vienna that are not essential for normal use but may resolve some issues as advised by the support forum. This page details the advanced settings and their function. diff --git a/Vienna Help/Resources/uk.lproj/faq.html b/Vienna Help/Resources/uk.lproj/faq.html index 0082fd7cd9..da792c242a 100644 --- a/Vienna Help/Resources/uk.lproj/faq.html +++ b/Vienna Help/Resources/uk.lproj/faq.html @@ -7,7 +7,7 @@ -  How Do I? +  How Do I?

Below are some of the more common questions asked about Vienna while it was being pre-release tested. See the Official Vienna FAQ Page for these and the latest hints and tips for using Vienna. diff --git a/Vienna Help/Resources/uk.lproj/intro.html b/Vienna Help/Resources/uk.lproj/intro.html index 44e7ea60da..4f9be0b8b2 100644 --- a/Vienna Help/Resources/uk.lproj/intro.html +++ b/Vienna Help/Resources/uk.lproj/intro.html @@ -7,7 +7,7 @@ -   +   Introduction to Vienna

Vienna is an application that allows you to read RSS or Atom news feeds on your Mac OS X computer. It automates the job of retrieving news articles from all subscribed feeds and storing them in a local database for reading off-line. It diff --git a/Vienna Help/Resources/uk.lproj/keyboard.html b/Vienna Help/Resources/uk.lproj/keyboard.html index 4998805627..24dfbd889d 100644 --- a/Vienna Help/Resources/uk.lproj/keyboard.html +++ b/Vienna Help/Resources/uk.lproj/keyboard.html @@ -9,15 +9,15 @@ -  Keyboard Shortcuts +  Keyboard Shortcuts

You can use your keyboard to quickly accomplish many tasks in Vienna. To find the shortcuts for common commands, look in the menus (or see the list at the bottom of this page). Many items in Vienna such as the folder pane and the article list pane also have contextual menus. To see a contextual menu, press the Control key and click the item.

To do an action, press the shortcut keys indicated below.

- - + +
KeyActionKeyAction
diff --git a/Vienna Help/Resources/zh-Hans.lproj/Vienna.html b/Vienna Help/Resources/zh-Hans.lproj/Vienna.html index dcc8bd8272..ed83c76087 100644 --- a/Vienna Help/Resources/zh-Hans.lproj/Vienna.html +++ b/Vienna Help/Resources/zh-Hans.lproj/Vienna.html @@ -12,11 +12,11 @@
-

+

Vienna Help

- +

Introduction to Vienna

diff --git a/Vienna Help/Resources/zh-Hans.lproj/advanced.html b/Vienna Help/Resources/zh-Hans.lproj/advanced.html index 9bd74f6a0b..cb845e2f5f 100644 --- a/Vienna Help/Resources/zh-Hans.lproj/advanced.html +++ b/Vienna Help/Resources/zh-Hans.lproj/advanced.html @@ -9,7 +9,7 @@ -  Advanced Settings +  Advanced Settings

The Advanced section of the Preferences provides options to change very specific settings in Vienna that are not essential for normal use but may resolve some issues as advised by the support forum. This page details the advanced settings and their function. diff --git a/Vienna Help/Resources/zh-Hans.lproj/faq.html b/Vienna Help/Resources/zh-Hans.lproj/faq.html index 0082fd7cd9..da792c242a 100644 --- a/Vienna Help/Resources/zh-Hans.lproj/faq.html +++ b/Vienna Help/Resources/zh-Hans.lproj/faq.html @@ -7,7 +7,7 @@ -  How Do I? +  How Do I?

Below are some of the more common questions asked about Vienna while it was being pre-release tested. See the Official Vienna FAQ Page for these and the latest hints and tips for using Vienna. diff --git a/Vienna Help/Resources/zh-Hans.lproj/intro.html b/Vienna Help/Resources/zh-Hans.lproj/intro.html index 44e7ea60da..4f9be0b8b2 100644 --- a/Vienna Help/Resources/zh-Hans.lproj/intro.html +++ b/Vienna Help/Resources/zh-Hans.lproj/intro.html @@ -7,7 +7,7 @@ -   +   Introduction to Vienna

Vienna is an application that allows you to read RSS or Atom news feeds on your Mac OS X computer. It automates the job of retrieving news articles from all subscribed feeds and storing them in a local database for reading off-line. It diff --git a/Vienna Help/Resources/zh-Hans.lproj/keyboard.html b/Vienna Help/Resources/zh-Hans.lproj/keyboard.html index 4998805627..24dfbd889d 100644 --- a/Vienna Help/Resources/zh-Hans.lproj/keyboard.html +++ b/Vienna Help/Resources/zh-Hans.lproj/keyboard.html @@ -9,15 +9,15 @@ -  Keyboard Shortcuts +  Keyboard Shortcuts

You can use your keyboard to quickly accomplish many tasks in Vienna. To find the shortcuts for common commands, look in the menus (or see the list at the bottom of this page). Many items in Vienna such as the folder pane and the article list pane also have contextual menus. To see a contextual menu, press the Control key and click the item.

To do an action, press the shortcut keys indicated below.

- - + +
KeyActionKeyAction
diff --git a/Vienna Help/Resources/zh-Hant.lproj/Vienna.html b/Vienna Help/Resources/zh-Hant.lproj/Vienna.html index dcd4ea7c70..d2b3c2a6d8 100644 --- a/Vienna Help/Resources/zh-Hant.lproj/Vienna.html +++ b/Vienna Help/Resources/zh-Hant.lproj/Vienna.html @@ -15,11 +15,11 @@ -
-

Vienna 輔助說明

Vienna 簡介

diff --git a/Vienna Help/Resources/zh-Hant.lproj/advanced.html b/Vienna Help/Resources/zh-Hant.lproj/advanced.html index 9bd74f6a0b..cb845e2f5f 100644 --- a/Vienna Help/Resources/zh-Hant.lproj/advanced.html +++ b/Vienna Help/Resources/zh-Hant.lproj/advanced.html @@ -9,7 +9,7 @@ -  Advanced Settings +  Advanced Settings

The Advanced section of the Preferences provides options to change very specific settings in Vienna that are not essential for normal use but may resolve some issues as advised by the support forum. This page details the advanced settings and their function. diff --git a/Vienna Help/Resources/zh-Hant.lproj/faq.html b/Vienna Help/Resources/zh-Hant.lproj/faq.html index 3c8bd2036f..e16d3c180d 100644 --- a/Vienna Help/Resources/zh-Hant.lproj/faq.html +++ b/Vienna Help/Resources/zh-Hant.lproj/faq.html @@ -10,7 +10,7 @@ - +  我該怎麼做?

您可以瀏覽 Vienna 官方 FAQ diff --git a/Vienna Help/Resources/zh-Hant.lproj/intro.html b/Vienna Help/Resources/zh-Hant.lproj/intro.html index 2e7ac8d6c4..8e8fc4f638 100644 --- a/Vienna Help/Resources/zh-Hant.lproj/intro.html +++ b/Vienna Help/Resources/zh-Hant.lproj/intro.html @@ -10,7 +10,7 @@ - +   Vienna 簡介

Vienna 是一套讓您可以在 Mac OS X 環境下,閱讀 RSS 或 Atom 檔案訂閱格式的應用程式。這套程式會自動從您所訂閱的站台中取得文章,並且在您的本機電腦中建立一個資料庫,儲存文章資料,讓您可以方便地離線閱讀。這套程式並且提供您以關鍵字或是詞彙搜尋文章、將文章加上旗標標示、以及透過群組檔案夾將相關訂閱頻道組織在一起…等功能。您也可以透過建立智慧型檔案夾,這套程式將會以動態的方式,讓您輕鬆地查閱某些搜尋條件的文章。Vienna diff --git a/Vienna Help/Resources/zh-Hant.lproj/keyboard.html b/Vienna Help/Resources/zh-Hant.lproj/keyboard.html index 634b7dc558..f5437146a2 100644 --- a/Vienna Help/Resources/zh-Hant.lproj/keyboard.html +++ b/Vienna Help/Resources/zh-Hant.lproj/keyboard.html @@ -10,7 +10,7 @@ - +  鍵盤快速鍵

您以使用以下鍵盤快速鍵,在 Vienna 中快速完成許多工作。您可以在選單中、或是在下表中查閱相關鍵盤快速鍵。而在 Vienna 的許多項目—例如檔案夾列表或文章列表中,有都有右鍵下拉選單的設計,您只要按住 Ctrl @@ -19,8 +19,8 @@ - - + +
按鍵指令按鍵指令
diff --git a/Vienna.xcodeproj/project.pbxproj b/Vienna.xcodeproj/project.pbxproj index f1d1d913f7..e3444cb964 100644 --- a/Vienna.xcodeproj/project.pbxproj +++ b/Vienna.xcodeproj/project.pbxproj @@ -3362,7 +3362,7 @@ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; - PRODUCT_BUNDLE_IDENTIFIER = "org.vienna-rss.Vienna.help"; + PRODUCT_BUNDLE_IDENTIFIER = uk.co.opencommunity.vienna2.help; PRODUCT_NAME = Vienna; PROVISIONING_PROFILE_SPECIFIER = ""; SDKROOT = macosx; @@ -3410,7 +3410,7 @@ INFOPLIST_FILE = "$(SRCROOT)/Vienna Help/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_BUNDLE_IDENTIFIER = "org.vienna-rss.Vienna.help"; + PRODUCT_BUNDLE_IDENTIFIER = uk.co.opencommunity.vienna2.help; PRODUCT_NAME = Vienna; PROVISIONING_PROFILE_SPECIFIER = ""; SDKROOT = macosx; diff --git a/Vienna/Info.plist b/Vienna/Info.plist index 275404d759..5f8b80caa9 100644 --- a/Vienna/Info.plist +++ b/Vienna/Info.plist @@ -72,7 +72,7 @@ CFBundleHelpBookFolderVienna.helpCFBundleHelpBookName - Vienna Help + $(PRODUCT_BUNDLE_IDENTIFIER).helpCFBundleIdentifier$(PRODUCT_BUNDLE_IDENTIFIER)CFBundleInfoDictionaryVersion