[jsword-svn] r2128 - in trunk/bibledesktop/src/main: java/org/crosswire/bibledesktop/book resources
dmsmith at crosswire.org
dmsmith at crosswire.org
Tue Mar 15 06:43:11 MST 2011
Author: dmsmith
Date: 2011-03-15 06:43:11 -0700 (Tue, 15 Mar 2011)
New Revision: 2128
Modified:
trunk/bibledesktop/src/main/java/org/crosswire/bibledesktop/book/AdvancedSearchPane.java
trunk/bibledesktop/src/main/resources/BDMsg.properties
trunk/bibledesktop/src/main/resources/BDMsg_de.properties
trunk/bibledesktop/src/main/resources/BDMsg_fa.properties
trunk/bibledesktop/src/main/resources/BDMsg_in.properties
trunk/bibledesktop/src/main/resources/BDMsg_vi.properties
Log:
BD-156 Split long, parsed string into parts. Used in Advanced Search range selection.
Modified: trunk/bibledesktop/src/main/java/org/crosswire/bibledesktop/book/AdvancedSearchPane.java
===================================================================
--- trunk/bibledesktop/src/main/java/org/crosswire/bibledesktop/book/AdvancedSearchPane.java 2011-03-14 23:39:24 UTC (rev 2127)
+++ trunk/bibledesktop/src/main/java/org/crosswire/bibledesktop/book/AdvancedSearchPane.java 2011-03-15 13:43:11 UTC (rev 2128)
@@ -80,14 +80,36 @@
* This is the default constructor
*/
public AdvancedSearchPane() {
- // TRANSLATOR: This pattern allows one to specify different, potentially overlapping divisions of the Bible.
- // Each division is separated by a '|', which will not be shown to the user.
- // If the division represents a part of the Bible, that part is shown after the division name.
- // If it is not appropriate for the part to be shown in ( ), but rather some other pair of characters,
- // even the same character (other than '|') this can be done.
- // The book names should be given as something that JSword can understand. Chapter and verse numbers should be 1-9 and not localized.
- // The last choice should not have a division marker and is used when the user types something other than what is in the list.
- presets = BDMsg.gettext("The Whole Bible|All Prophecy (Deu 28, Isa-Mal, Rev)|Old Testament (Gen-Mal)|New Testament (Mat-Rev)|The Pentateuch (Gen-Deu)|History (Josh-Est)|Poetry (Job-Song)|Major Prophets (Isa-Dan)|Minor Prophets (Hos-Mal)|Gospels and Acts (Mat-Act)|Letters to People (Rom-Heb)|Letters from People (Jam-Jude)|Custom").split("\\|");
+ // TODO(DMS): Migrate these to Versification.SectionNames
+ presets = new String[] {
+ // TRANSLATOR: A Label representing the range of the entire Bible
+ BDMsg.gettext("The Whole Bible"),
+ // TRANSLATOR: A Label representing the range of the prophecy in the Bible
+ BDMsg.gettext("All Prophecy (Deu 28, Isa-Mal, Rev)"),
+ // TRANSLATOR: A Label representing the range of the entire Bible
+ BDMsg.gettext("Old Testament (Gen-Mal)"),
+ // TRANSLATOR: A Label representing the range of the New Testament
+ BDMsg.gettext("New Testament (Mat-Rev)"),
+ // TRANSLATOR: A Label representing the range of the Old Testament
+ BDMsg.gettext("The Pentateuch (Gen-Deu)"),
+ // TRANSLATOR: A Label representing the range of the books of Moses
+ BDMsg.gettext("History (Josh-Est)"),
+ // TRANSLATOR: A Label representing the range of the history books of the Bible
+ BDMsg.gettext("Poetry (Job-Song)"),
+ // TRANSLATOR: A Label representing the range of the poetic books of the Bible
+ BDMsg.gettext("Major Prophets (Isa-Dan)"),
+ // TRANSLATOR: A Label representing the range of the major prophets of the Bible
+ BDMsg.gettext("Minor Prophets (Hos-Mal)"),
+ // TRANSLATOR: A Label representing the range of the minor prophets of the Bible
+ BDMsg.gettext("Gospels and Acts (Mat-Act)"),
+ // TRANSLATOR: A Label representing the range of the Gospels and Acts of the Bible
+ BDMsg.gettext("Letters to People (Rom-Heb)"),
+ // TRANSLATOR: A Label representing the range of the NT letters the church
+ BDMsg.gettext("Letters from People (Jam-Jude)"),
+ // TRANSLATOR: A Label representing a range of the Bible of the user's own choosing
+ // The user chooses by filling in a text box.
+ BDMsg.gettext("Custom")
+ };
initialize();
}
Modified: trunk/bibledesktop/src/main/resources/BDMsg.properties
===================================================================
--- trunk/bibledesktop/src/main/resources/BDMsg.properties 2011-03-14 23:39:24 UTC (rev 2127)
+++ trunk/bibledesktop/src/main/resources/BDMsg.properties 2011-03-15 13:43:11 UTC (rev 2128)
@@ -1,7 +1,5 @@
-(=(
(This\ is\ also\ available\ from\ Books\ in\ the\ Tools\ menu.)=(This is also available from Books in the Tools menu.)
-)=)
/images/splash.png=/images/splash.png
1.6=1.6
About=_About ...
@@ -13,6 +11,7 @@
Add\ verses\ to\ list\ selected.=Add verses to list selected.
Advanced=Advanced
Advanced\ Search=Advanced Search
+All\ Prophecy\ (Deu\ 28,\ Isa-Mal,\ Rev)=All Prophecy (Deu 28, Isa-Mal, Rev)
All\ Verses=All Verses
Alter\ system\ settings.=Alter system settings.
Are\ you\ sure\ you\ want\ to\ delete\ {0}?=Are you sure you want to delete {0}?
@@ -52,6 +51,7 @@
Create\ a\ search\ index=Create a search index
Cult\ /\ Unorthodox\ /\ Questionable=Cult / Unorthodox / Questionable
Currently\ on-line\ help\ is\ only\ available\ via\ the\ Bible\ Desktop's\ website.=Currently on-line help is only available via the Bible Desktop's website.
+Custom=Custom
Cut=C_ut
Cut\ the\ selection.=Cut the selection.
Cut.AcceleratorKey=X,ctrl
@@ -102,11 +102,13 @@
Go\ (search)=Go
Go\ back\ to\ previous\ passage.=Go back to previous passage.
Go\ forward\ to\ next\ passage.=Go forward to next passage.
+Gospels\ and\ Acts\ (Mat-Act)=Gospels and Acts (Mat-Act)
HTML=HTML
Help=_Help
Help\ file\ contents.=Help file contents.
Help.AcceleratorKey=0x70
Hide\ Verse\ Numbers=Hide Verse Numbers
+History\ (Josh-Est)=History (Josh-Est)
Host\:=Host\:
Include\ these\ verses\:=Include these verses\:
Includes\ Greek\ Numbers\:=Includes Greek Numbers\:
@@ -122,14 +124,19 @@
Install\ with\ Search=Install with Search
Installed\ Books=Installed Books
Installed\ Books\:=Installed Books\:
+Letters\ from\ People\ (Jam-Jude)=Letters from People (Jam-Jude)
+Letters\ to\ People\ (Rom-Heb)=Letters to People (Rom-Heb)
License=License
Locked=Locked
+Major\ Prophets\ (Isa-Dan)=Major Prophets (Isa-Dan)
+Minor\ Prophets\ (Hos-Mal)=Minor Prophets (Hos-Mal)
Missing\ \:\ in\ {0}=Missing \: in {0}
Missing\ site\ name=Missing site name
More\ ...=More ...
Narrow\ search\ by\ time\ period=Narrow search by time period
Navigate=Navigate
New\ Bible\ View=_New Bible View
+New\ Testament\ (Mat-Rev)=New Testament (Mat-Rev)
No=_No
No\ Bible\ is\ installed=No Bible is installed
No\ Passage\ to\ Save=No Passage to Save
@@ -139,6 +146,7 @@
None=None
OK=_OK
OSIS=OSIS
+Old\ Testament\ (Gen-Mal)=Old Testament (Gen-Mal)
Open=_Open ...
Open\ a\ new\ Bible\ View=Open a new Bible View
Open\ a\ saved\ passage.=Open a saved passage.
@@ -149,6 +157,7 @@
Paste\ the\ selection.=Paste the selection.
Pick\ a\ passage\ to\ display=Pick a passage to display
Please\ enter\ the\ unlock\ key\ for\:=Please enter the unlock key for\:
+Poetry\ (Job-Song)=Poetry (Job-Song)
Preset\ Ranges\:=Preset Ranges\:
Print=_Print
Print\ the\ current\ passage.=Print the current passage.
@@ -232,8 +241,8 @@
System\ Properties=System Properties
Tabbed\ Mode=_Tabbed Mode
The\ Bible=The Bible
+The\ Pentateuch\ (Gen-Deu)=The Pentateuch (Gen-Deu)
The\ Whole\ Bible=The Whole Bible
-The\ Whole\ Bible|All\ Prophecy\ (Deu\ 28,\ Isa-Mal,\ Rev)|Old\ Testament\ (Gen-Mal)|New\ Testament\ (Mat-Rev)|The\ Pentateuch\ (Gen-Deu)|History\ (Josh-Est)|Poetry\ (Job-Song)|Major\ Prophets\ (Isa-Dan)|Minor\ Prophets\ (Hos-Mal)|Gospels\ and\ Acts\ (Mat-Act)|Letters\ to\ People\ (Rom-Heb)|Letters\ from\ People\ (Jam-Jude)|Custom=The Whole Bible|All Prophecy (Deu 28, Isa-Mal, Rev)|Old Testament (Gen-Mal)|New Testament (Mat-Rev)|The Pentateuch (Gen-Deu)|History (Josh-Est)|Poetry (Job-Song)|Major Prophets (Isa-Dan)|Minor Prophets (Hos-Mal)|Gospels and Acts (Mat-Act)|Letters to People (Rom-Heb)|Letters from People (Jam-Jude)|Custom
There\ are\ {1}\ verses\ with\:\ {0}=There are {1} verses with\: {0}
Toggle\ display\ of\ differences\ between\ different\ Bibles=Toggle display of differences between different Bibles
Toggle\ display\ of\ the\ Passage\ Sidebar=Toggle display of the Passage Sidebar
@@ -254,7 +263,7 @@
Using\ &&\ requires\ both\ words,\ e.g.\ "<code>aaron\ &&\ moses</code>"\ finds\ passages\ containing\ both\ Aaron\ AND\ Moses=Using && requires both words, e.g. "<code>aaron && moses</code>" finds passages containing both Aaron AND Moses
Using\ +[Gen-Exo]\ at\ the\ beginning\ will\ restrict\ a\ search\ to\ that\ range\ of\ verses.=Using +[Gen-Exo] at the beginning will restrict a search to that range of verses.
Using\ a\ \!\ removes\ words\ from\ the\ result\ e.g.\ "<code>lord\ \!\ jesus</code>"\ is\ passages\ containing\ Lord\ BUT\ NOT\ Jesus=Using a \! removes words from the result e.g. "<code>lord \! jesus</code>" is passages containing Lord BUT NOT Jesus
-Using\ ~2\ widens\ the\ passage\ by\ 2\ verses\ either\ side\ on\ any\ match.\ So\ "<code>amminadab\ ~1\ perez</code>"\ finds<br>verses\ containting\ Amminadab\ within\ 1\ verse\ of\ mention\ of\ Perez.=Using ~2 widens the passage by 2 verses either side on any match. So "<code>amminadab ~1 perez</code>" finds verses containting Amminadab within 1 verse of mention of Perez.
+Using\ ~2\ widens\ the\ passage\ by\ 2\ verses\ either\ side\ on\ any\ match.\ So\ "<code>amminadab\ ~1\ perez</code>"\ finds\ verses\ containting\ Amminadab\ within\ 1\ verse\ of\ mention\ of\ Perez.=Using ~2 widens the passage by 2 verses either side on any match. So "<code>amminadab ~1 perez</code>" finds verses containting Amminadab within 1 verse of mention of Perez.
Verse\ Lists\ ({0})=Verse Lists ({0})
Verse\ Numbers=Verse Numbers
Verses=Verses
Modified: trunk/bibledesktop/src/main/resources/BDMsg_de.properties
===================================================================
--- trunk/bibledesktop/src/main/resources/BDMsg_de.properties 2011-03-14 23:39:24 UTC (rev 2127)
+++ trunk/bibledesktop/src/main/resources/BDMsg_de.properties 2011-03-15 13:43:11 UTC (rev 2128)
@@ -8,6 +8,7 @@
Add\ verses\ to\ list\ selected.=Verse zur Liste hinzuf\u00FCgen
Advanced=Fortgeschritten
Advanced\ Search=Fortgeschrittenene Suche
+All\ Prophecy\ (Deu\ 28,\ Isa-Mal,\ Rev)=Alle Propheten (Deu 28, Isa-Mal, Rev)
All\ Verses=Alle Verse
Alter\ system\ settings.=Einstellungen
Are\ you\ sure\ you\ want\ to\ delete\ {0}?=Wollen Sie {0} sicher l\u00F6schen?
@@ -42,6 +43,7 @@
Could\ not\ save\ config\ file\:\ {0}=Konfigurationsdatei konnte nicht gespeichert werden\: {0}
Create\ a\ search\ index=Suchindex erstellen
Cult\ /\ Unorthodox\ /\ Questionable=Kult / Unorthodox / Fragw\u00FCrdig
+Custom=Custom
Cut=A_usschneiden
Cut\ the\ selection.=Schneide die aktuelle Markierung aus.
Delete=L\u00F6schen
@@ -83,9 +85,11 @@
Go\ (search)=Starten
Go\ back\ to\ previous\ passage.=Gehe zur letzten Schriftstelle.
Go\ forward\ to\ next\ passage.=Gehe Vorw\u00E4rts zur n\u00E4chsten Schriftstelle.
+Gospels\ and\ Acts\ (Mat-Act)=Evangelien und Apostelgeschichte (Mat-Act)
Help=Hilfe
Help\ file\ contents.=Hilfe
Hide\ Verse\ Numbers=Versnummern verstecken
+History\ (Josh-Est)=Geschichtschreibung (Josh-Est)
Host\:=Server-Adresse(Host)\:
Include\ these\ verses\:=Diese Verse miteinbeziehen\:
Includes\ these\ words\:=Suche nach diesen W\u00F6rtern\:
@@ -99,13 +103,18 @@
Install\ with\ Search=Installieren mit Suchindex
Installed\ Books=Installierte B\u00FCcher
Installed\ Books\:=Installierte B\u00FCcher\:
+Letters\ from\ People\ (Jam-Jude)=Briefe von anderen Aposteln (Jam-Jude)
+Letters\ to\ People\ (Rom-Heb)=Pauslusbriefe (Rom-Heb)
License=Lizenz
Locked=Gesperrt
+Major\ Prophets\ (Isa-Dan)=Gro\u00DFe Propheten (Isa-Dan)
+Minor\ Prophets\ (Hos-Mal)=Kleine Propheten (Hos-Mal)
Missing\ \:\ in\ {0}=Fehlt \: in {0}
Missing\ site\ name=Seitenname fehlt
More\ ...=Mehr ...
Navigate=Navigation
New\ Bible\ View=Neue Bibelansicht
+New\ Testament\ (Mat-Rev)=Neues Testament (Mat-Rev)
No=_Nein
No\ Bible\ is\ installed=Keine Bibel installiert
No\ Passage\ to\ Save=Kein Abschnitt ausgew\u00E4hlt zum Speichern
@@ -114,6 +123,7 @@
No\ selected\ site\ to\ edit=No selected site to edit
None=Keines
OK=_OK
+Old\ Testament\ (Gen-Mal)=Altes Testament (Gen-Mal)
Open=\u00D6ffnen ...
Open\ a\ new\ Bible\ View=\u00D6ffnet eine neue Bibelansicht
Open\ a\ saved\ passage.=\u00D6ffnet eine gespeicherte Versliste.
@@ -123,6 +133,7 @@
Paste\ the\ selection.=F\u00FCge die im Speicher befindliche Schriftstelle ein.
Pick\ a\ passage\ to\ display=Abschnitt ausw\u00E4hlen
Please\ enter\ the\ unlock\ key\ for\:=Bitte Freischaltcode eingeben f\u00FCr\:
+Poetry\ (Job-Song)=Poesie (Job-Song)
Preset\ Ranges\:=Bereiche\:
Print=Drucken
Print\ the\ current\ passage.=Druckt die aktuelle Schriftstelle.
@@ -195,8 +206,8 @@
System\ Properties=System-Einstellungen
Tabbed\ Mode=_Tab-Modus
The\ Bible=Die Bibel
+The\ Pentateuch\ (Gen-Deu)=Der Pentateuch (Gen-Deu)
The\ Whole\ Bible=Die ganze Bibel
-The\ Whole\ Bible|All\ Prophecy\ (Deu\ 28,\ Isa-Mal,\ Rev)|Old\ Testament\ (Gen-Mal)|New\ Testament\ (Mat-Rev)|The\ Pentateuch\ (Gen-Deu)|History\ (Josh-Est)|Poetry\ (Job-Song)|Major\ Prophets\ (Isa-Dan)|Minor\ Prophets\ (Hos-Mal)|Gospels\ and\ Acts\ (Mat-Act)|Letters\ to\ People\ (Rom-Heb)|Letters\ from\ People\ (Jam-Jude)|Custom=Die ganze Bibel|Alle Propheten (Deu 28, Isa-Mal, Rev)|Altes Testament Testament (Gen-Mal)|Neues Testament (Mat-Rev)|Der Pentateuch (Gen-Deu)|Geschichtschreibung (Josh-Est)|Poesie (Job-Song)|Gro\u00DFe Propheten (Isa-Dan)|Kleine Propheten (Hos-Mal)|Evangelien und Apostelgeschichte (Mat-Act)|Pauslusbriefe (Rom-Heb)|Briefe von anderen Aposteln (Jam-Jude)|Custom
There\ are\ {1}\ verses\ with\:\ {0}=Folgende {1} Verse mit {0} gefunden
Toggle\ display\ of\ differences\ between\ different\ Bibles=Anzeige von Unterschieden zwischen verschiedenen Bibeln ein/ausschalten
Toggle\ display\ of\ the\ Passage\ Sidebar=Passage Sidebar anzeigen
@@ -216,7 +227,7 @@
Use\ Small\ Verse\ Numbers=Kleine Versnummern benutzen
Using\ &&\ requires\ both\ words,\ e.g.\ "<code>aaron\ &&\ moses</code>"\ finds\ passages\ containing\ both\ Aaron\ AND\ Moses=Mit && verbundene Worte, z.B. "<code>Aaron && Moses</code>" findet alle Abschnitte die sowohl Aaron UND Moses enthalten
Using\ a\ \!\ removes\ words\ from\ the\ result\ e.g.\ "<code>lord\ \!\ jesus</code>"\ is\ passages\ containing\ Lord\ BUT\ NOT\ Jesus=Mit \! k\u00F6nnen Sie bestimmte Suchbegriffe ausschlie\u00DFen, z.B "<code>Herr \! Jesus</code>" sucht nach allen Passagen die Herr enthalten aber NICHT Jesus
-Using\ ~2\ widens\ the\ passage\ by\ 2\ verses\ either\ side\ on\ any\ match.\ So\ "<code>amminadab\ ~1\ perez</code>"\ finds<br>verses\ containting\ Amminadab\ within\ 1\ verse\ of\ mention\ of\ Perez.=Um Ihre Suche \u00FCber Nachbarverse auszuweiten k\u00F6nnen Sie ~2 verwenden. <code>Amminadab ~1 Perez</code>" findet<br>alle Verse mit Amminadab mit Perez in der n\u00E4chsten Umgebung (Ein Vers nach oben oder unten)
+Using\ ~2\ widens\ the\ passage\ by\ 2\ verses\ either\ side\ on\ any\ match.\ So\ "<code>amminadab\ ~1\ perez</code>"\ finds\ verses\ containting\ Amminadab\ within\ 1\ verse\ of\ mention\ of\ Perez.=Um Ihre Suche \u00FCber Nachbarverse auszuweiten k\u00F6nnen Sie ~2 verwenden. <code>Amminadab ~1 Perez</code>" findet<br>alle Verse mit Amminadab mit Perez in der n\u00E4chsten Umgebung (Ein Vers nach oben oder unten)
Verse\ Lists\ ({0})=Versliste ({0})
Verse\ Numbers=Versnummern
Verses=Verse
Modified: trunk/bibledesktop/src/main/resources/BDMsg_fa.properties
===================================================================
--- trunk/bibledesktop/src/main/resources/BDMsg_fa.properties 2011-03-14 23:39:24 UTC (rev 2127)
+++ trunk/bibledesktop/src/main/resources/BDMsg_fa.properties 2011-03-15 13:43:11 UTC (rev 2128)
@@ -10,6 +10,7 @@
Add\ verses\ to\ list\ selected.=\u0627\u0641\u0632\u0627\u06CC\u0634 \u0622\u06CC\u0627\u062A \u0628\u0647 \u0641\u0647\u0631\u0633\u062A \u0628\u0631\u06AF\u0632\u06CC\u062F\u0647 \u0634\u062F\u0647
Advanced=\u067E\u06CC\u0634\u0631\u0641\u062A\u0647
Advanced\ Search=\u0646\u0645\u0627\u06CC\u0634 \u062C\u0633\u062A\u062C\u0648\u06CC \u067E\u06CC\u0634\u0631\u0641\u062A\u0647
+All\ Prophecy\ (Deu\ 28,\ Isa-Mal,\ Rev)=\u06A9\u062A\u0627\u0628 \u0645\u0642\u062F\u0633 \u06A9\u0627\u0645\u0644 (Deu 28, Isa-Mal, Rev)
All\ Verses=\u062A\u0645\u0627\u0645 \u0622\u06CC\u0627\u062A
Alter\ system\ settings.=\u0627\u0646\u062A\u062E\u0627\u0628 ...
Are\ you\ sure\ you\ want\ to\ delete\ {0}?=\u0645\u0637\u0645\u062B\u0646?
@@ -47,6 +48,7 @@
Could\ not\ save\ config\ file\:\ {0}=\u0646\u0645\u06CC \u062A\u0648\u0627\u0646\u0633\u062A \u0641\u0627\u06CC\u0644 \u067E\u06CC\u06A9\u0631\u0628\u0646\u062F\u06CC \u0630\u062E\u06CC\u0631\u0647 \u0628\u0646\u0645\u0627\u06CC\u062F {0}
Create\ a\ search\ index=\u062C\u0627\u0627\u0646\u06AF\u0634\u062A\u06CC \u062C\u0633\u062A\u062C\u0648
Cult\ /\ Unorthodox\ /\ Questionable=\u063A\u06CC\u0631 \u0645\u0633\u06CC\u0647\u06CC\u0627\u062A
+Custom=\u0633\u0627\u062E\u062A\u0647 \u0634\u0645\u0627
Cut=\u0628\u0631\u064A\u062F\u0646
Cut\ the\ selection.=\u0628\u0631\u064A\u062F\u0646 \u0642\u0633\u0645\u062A\u0647 \u0627\u0646\u062A\u062E\u0627\u0628 \u0634\u062F\u0647.
Delete=\u062D\u0632\u0641
@@ -91,10 +93,12 @@
Go\ (search)=\u0686\u0647\u062A \u062D\u0631\u06A9\u062A
Go\ back\ to\ previous\ passage.=\u0639\u0642\u0628 .
Go\ forward\ to\ next\ passage.=\u062C\u0644\u0648.
+Gospels\ and\ Acts\ (Mat-Act)=\u0627\u062D\u0646\u062C\u062D\u0644 \u0648 \u0627\u0639\u0645\u0627\u0644 (Mat-Act)
Help=\u0631\u0647\u0646\u0646\u0645\u0627
Help\ file\ contents.=\u0645\u062A\u0646 \u062A\u0648\u0636\u06CC\u062D\u0627\u062A
Help.AcceleratorKey=0x70
Hide\ Verse\ Numbers=\u0645\u062E\u0641\u0641 \u06A9\u0631\u062F\u0646 \u0634\u0645\u0627\u0631\u0647\u200C\u0647\u0627\u06CC \u0622\u06CC\u0627\u062A
+History\ (Josh-Est)=\u062A\u0631\u06CC\u062E(Josh-Est)
Host\:=\u0622\u062F\u0631\u0633 \u0633\u0627\u06CC\u062A \u062F\u0627\u0646\u0644\u0648\u062F\:
Include\ these\ verses\:=\u0627\u06CC\u0646 \u0622\u06CC\u0627\u062A \u0631\u0627 \u062C\u0633\u062A\u062C\u0648 \u06A9\u0646
Includes\ Greek\ Numbers\:=\u0628\u0627 \u0634\u0645\u0627\u0631\u0647\u200C\u0647\u0627 \u06CC\u0648\u0646\u0627\u0646\u06CC
@@ -108,13 +112,18 @@
Install\ the\ selected\ book=\u0646\u0636\u0628 \u06A9\u0631\u062F\u0646 \u06A9\u062A\u0627\u0628
Installed\ Books=\u06A9\u062A\u0627\u0628\u200C\u0647\u0627 \u0645\u0648\u062C\u0648\u062F
Installed\ Books\:=\u06A9\u062A\u0627\u0628\u200C\u0647\u0627 \u0642\u0627\u0628\u0644 \u062F\u0627\u0646\u0644\u0648\u062F \u06A9\u0631\u062F\u0646
+Letters\ from\ People\ (Jam-Jude)=\u0646\u0627\u0645\u0647\u200C\u0647\u0627 \u0631\u0633\u0648\u0644\u0627\u0646 \u062F\u06CC\u06AF\u0627\u0631 (Jam-Jude)
+Letters\ to\ People\ (Rom-Heb)=\u0646\u0645\u0647\u200C\u0647\u0627 \u067E \u067E\u0648\u0644\u0627\u0633 (Rom-Heb)
License=\u0644\u06CC\u0632\u0627\u0646\u0632
Locked=\u0642\u0641\u0644
+Major\ Prophets\ (Isa-Dan)=\u0646\u0628\u06CC\u200C\u0647\u0627 \u0628\u0632\u0631\u06AF (Isa-Dan)
+Minor\ Prophets\ (Hos-Mal)=\u0646\u0628\u06CC\u200C\u0647\u0627 \u06A9\u0648\u062C\u06A9 (Hos-Mal)
Missing\ \:\ in\ {0}=\u0648\u062C\u0648\u062F \u0646\u062F\u0627\u0631\u062F \u062F\u0631 \: {0}
Missing\ site\ name=\u0627\u0633\u0645 \u0633\u0627\u06CC\u062A \u0646\u062F\u062F\u06CC\u062F
More\ ...=\u0628\u06CC\u0634\u062A\u0631...
Navigate=\u0686\u0647\u062A \u062D\u0631\u06A9\u062A
New\ Bible\ View=\u0635\u0641\u062D\u0647 \u062C\u062F\u064A\u062F
+New\ Testament\ (Mat-Rev)=\u0639\u0647\u062F \u062C\u062F\u06CC\u062F (Mat-Rev)
No=\u0631\u062F
No\ Bible\ is\ installed=\u0647\u06CC\u062C \u06A9\u062A\u0627\u0628 \u0646\u0636\u0628 \u0646\u0634\u062F\u0647
No\ Passage\ to\ Save=\u0647\u06CC\u062C \u0628\u0631\u0627\u06CC \u0627\u0646\u0628\u0627\u0631 \u06A9\u0631\u062F\u0646 \u0627\u0646\u062A\u062D\u0627\u0628 \u0646\u06A9\u0631\u062F\u06CC\u062F
@@ -123,6 +132,7 @@
No\ selected\ site\ to\ edit=\u0647\u06CC\u062C \u0633\u0627\u06CC\u062A \u0628\u0631\u0627\u06CC \u0648\u06CC\u0631\u0627\u06CC\u0634 \u06A9\u0631\u062F\u0646 \u0627\u0646\u062A\u062E\u0627\u0628 \u0646\u06A9\u0631\u062F\u06CC\u062F
None=\u0647\u06CC\u062C
OK=\u0642\u0628\u064A\u0648\u0644
+Old\ Testament\ (Gen-Mal)=\u0639\u0647\u062F \u0639\u062A\u06CC\u0642 (Gen-Mal)
Open=\u06AF\u0634\u0627\u06CC\u0634 ...
Open\ a\ new\ Bible\ View=\u0646\u0645\u0627\u064A\u0634 \u0635\u0641\u062D\u0647 \u062C\u062F\u064A\u062F \u06A9\u062A\u0627\u0628 \u0645\u0642\u062F\u0633
Open\ a\ saved\ passage.=\u06AF\u0634\u0627\u06CC\u0634 ...
@@ -133,6 +143,7 @@
Paste\ the\ selection.=\u0686\u0633\u0628\u0627\u0646\u062F\u0646 \u0642\u0633\u0645\u062A\u0647 \u0627\u0646\u062A\u062E\u0627\u0628 \u0634\u062F\u0647.
Pick\ a\ passage\ to\ display=\u0645\u062A\u0646\u06CC \u0631\u0627 \u0628\u0631\u0627\u06CC \u0646\u0645\u0627\u06CC\u0634 \u0627\u0646\u062A\u062E\u0627\u0628 \u06A9\u0646\u06CC\u062F.
Please\ enter\ the\ unlock\ key\ for\:=\u06A9\u0644\u06CC\u062F \u0642\u0641\u0644 \u0627\u0632 \u06A9\u062A\u0627\u0628
+Poetry\ (Job-Song)=\u0634\u0627\u0639\u0631 (Job-Song)
Preset\ Ranges\:=\u0642\u0633\u0645\u062A200C\u0647\u0627 \u06A9\u062A\u0627\u0628 \u0645\u0642\u062F\u0633
Print=\u0686\u0627\u067E
Print\ the\ current\ passage.=\u0686\u0627\u067E \u0628\u062E\u0634 \u062F\u0631\u062D\u0627\u0644\u0647 \u0627\u0633\u062A\u0641\u0627\u062F\u0647
@@ -207,8 +218,8 @@
Summary\:\ {0}=\u062E\u0644\u0627\u0645\u0647\: {0}
Tabbed\ Mode=\u0627\u0646\u062A\u062E\u0627\u0628 \u0635\u0641\u062D\u0647
The\ Bible=\u06A9\u062A\u0627\u0628 \u0645\u0642\u062F\u0633
+The\ Pentateuch\ (Gen-Deu)=\u062A\u0648\u0631\u0627\u062A (Gen-Deu)
The\ Whole\ Bible=\u06A9\u062A\u0627\u0628 \u0645\u0642\u062F\u0633 \u06A9\u0627\u0645\u0644
-The\ Whole\ Bible|All\ Prophecy\ (Deu\ 28,\ Isa-Mal,\ Rev)|Old\ Testament\ (Gen-Mal)|New\ Testament\ (Mat-Rev)|The\ Pentateuch\ (Gen-Deu)|History\ (Josh-Est)|Poetry\ (Job-Song)|Major\ Prophets\ (Isa-Dan)|Minor\ Prophets\ (Hos-Mal)|Gospels\ and\ Acts\ (Mat-Act)|Letters\ to\ People\ (Rom-Heb)|Letters\ from\ People\ (Jam-Jude)|Custom=\u06A9\u062A\u0627\u0628 \u0645\u0642\u062F\u0633 \u06A9\u0627\u0645\u0644|\u0646\u0628\u0627\u0648\u062A\u06CC \u06A9\u0627\u0645\u0644 (Deu 28, Isa-Mal, Rev)|\u0639\u0647\u062F \u0639\u062A\u06CC\u0642 (Gen-Mal)|\u0639\u0647\u062F \u062C\u062F\u06CC\u062F (Mat-Rev)|\u062A\u0648\u0631\u0627\u062A (Gen-Deu)|\u062A\u0631\u06CC\u062E(Josh-Est)|\u0634\u0627\u0639\u0631 (Job-Song)|\u0646\u0628\u06CC\u200C\u0647\u0627 \u0628\u0632\u0631\u06AF (Isa-Dan)|\u0646\u0628\u06CC\u200C\u0647\u0627 \u06A9\u0648\u062C\u06A9 (Hos-Mal)|\u0627\u062D\u0646\u062C\u062D\u0644 \u0648 \u0627\u0639\u0645\u0627\u0644 (Mat-Act)|\u0646\u0645\u0647\u200C\u0647\u0627 \u067E \u067E\u0648\u0644\u0627\u0633 (Rom-Heb)|\u0646\u0627\u0645\u0647\u200C\u0647\u0627 \u0631\u0633\u0648\u0644\u0627\u0646 \u062F\u06CC\u06AF\u0627\u0631 (Jam-Jude)|\u0633\u0627\u062E\u062A\u0647 \u0634\u0645\u0627
There\ are\ {1}\ verses\ with\:\ {0}={1} \u0622\u06CC\u0647 \u0628\u0627 {0}
Toggle\ display\ of\ differences\ between\ different\ Bibles=\u0645\u0642\u0627\u06CC\u0633\u0647 \u062A\u0631\u062C\u0645\u0647
Toggle\ display\ of\ the\ Passage\ Sidebar=\u0645\u062A\u0646 \u062F\u0631 \u0633\u062A\u0648\u0646 \u06A9\u0646\u0627\u0631\u06CC
Modified: trunk/bibledesktop/src/main/resources/BDMsg_in.properties
===================================================================
--- trunk/bibledesktop/src/main/resources/BDMsg_in.properties 2011-03-14 23:39:24 UTC (rev 2127)
+++ trunk/bibledesktop/src/main/resources/BDMsg_in.properties 2011-03-15 13:43:11 UTC (rev 2128)
@@ -9,6 +9,7 @@
Add\ verses\ to\ list\ selected.=Tambakan ayat pada daftar.
Advanced=Pencarian Khusus
Advanced\ Search=Pencarian Khusus
+All\ Prophecy\ (Deu\ 28,\ Isa-Mal,\ Rev)=Nubuatan (Deu 28, Isa-Mal, Rev)
All\ Verses=Semua Ayat
Alter\ system\ settings.=Merubah Opsi.
Are\ you\ sure\ you\ want\ to\ delete\ {0}?=Apakah anda yakin mau menghapus {0}?
@@ -43,6 +44,7 @@
Could\ not\ find\ verses\ with\:\ {0}=Tidak dapat menemukan ayat\: {0}
Could\ not\ save\ config\ file\:\ {0}=Gagal menyimpan berkas config\: {0}
Cult\ /\ Unorthodox\ /\ Questionable=Aliran / Tidak Lazim / Meragukan
+Custom=Kustom
Cut=C_ut
Cut\ the\ selection.=Cut the selection.
Delete=Hapus
@@ -89,9 +91,11 @@
Go\ (search)=Go
Go\ back\ to\ previous\ passage.=Kembali ke sebelumnya
Go\ forward\ to\ next\ passage.=Ke pasal berikut
+Gospels\ and\ Acts\ (Mat-Act)=Injil dan Kis (Mat-Act)
Help=_Bantuan
Help\ file\ contents.=Kontents Bantuan.
Hide\ Verse\ Numbers=Sembunyikan No Ayat
+History\ (Josh-Est)=Sejarah (Josh-Est)
Include\ these\ verses\:=Termasuk ayat ini\:
Includes\ Greek\ Numbers\:=Mengandung Yunani Nos\:
Includes\ Hebrew\ Numbers\:=Mengandung Ibrani Nos\:
@@ -105,13 +109,18 @@
Install\ the\ selected\ book\ along\ with\ a\ search\ index.=Install pilihan buku dengan indeks.
Install\ with\ Search=Install dengan index
Installed\ Books=Buku Terinstall
+Letters\ from\ People\ (Jam-Jude)=Surat dari Jemaat (Jam-Jude)
+Letters\ to\ People\ (Rom-Heb)=Surat kepada Jemaat (Rom-Heb)
License=Lisensi
Locked=Terkunci
+Major\ Prophets\ (Isa-Dan)=Nabi Besar (Isa-Dan)
+Minor\ Prophets\ (Hos-Mal)=Nabi Kecil (Hos-Mal)
Missing\ \:\ in\ {0}=Missing \: dalam {0}
Missing\ site\ name=Nama situs wajib diisi
More\ ...=Lebih ...
Navigate=Go
New\ Bible\ View=_Tampilan Baru
+New\ Testament\ (Mat-Rev)=Perjanjian Baru (Mat-Rev)
No=_Tidak
No\ Bible\ is\ installed=Tidak ada Teks Biblika yang terinstall
No\ Passage\ to\ Save=Tidak ada ayat untuk di simpan
@@ -120,6 +129,7 @@
No\ selected\ site\ to\ edit=Pilih situs untuk di ubah
None=None
OK=_OK
+Old\ Testament\ (Gen-Mal)=Perjanjian Lama (Gen-Mal)
Open=_Buka ...
Open\ a\ new\ Bible\ View=Membuka Tampilan Baru
Open\ a\ saved\ passage.=Buka ayat.
@@ -128,6 +138,7 @@
Passage=Ayat
Pick\ a\ passage\ to\ display=Pilih ayat untuk di tamplkan
Please\ enter\ the\ unlock\ key\ for\:=Silahkan masukan kata kunci untuk\:
+Poetry\ (Job-Song)=Puisi (Job-Song)
Preset\ Ranges\:=Lingkup Kitab\:
Print=_Cetak
Print\ the\ current\ passage.=Cetak Ayat.
@@ -199,8 +210,8 @@
Summary\:\ {0}=Kesimpulan\: {0}
Tabbed\ Mode=Mode _Tabbed
The\ Bible=Alkitab
-The\ Whole\ Bible=Semua Alkitab
-The\ Whole\ Bible|All\ Prophecy\ (Deu\ 28,\ Isa-Mal,\ Rev)|Old\ Testament\ (Gen-Mal)|New\ Testament\ (Mat-Rev)|The\ Pentateuch\ (Gen-Deu)|History\ (Josh-Est)|Poetry\ (Job-Song)|Major\ Prophets\ (Isa-Dan)|Minor\ Prophets\ (Hos-Mal)|Gospels\ and\ Acts\ (Mat-Act)|Letters\ to\ People\ (Rom-Heb)|Letters\ from\ People\ (Jam-Jude)|Custom=Semua Kitab|Nubuatan (Deu 28, Isa-Mal, Rev)|Perjanjian Lama (Gen-Mal)|Perjanjian Baru (Mat-Rev)|5 Kitab Musa (Gen-Deu)|Sejarah (Josh-Est)|Puisi (Job-Song)|Nabi Besar (Isa-Dan)|Nabi Kecil (Hos-Mal)|Injil dan Kis (Mat-Act)|Surat kepada Jemaat (Rom-Heb)|Surat dari Jemaat (Jam-Jude)|Kustom
+The\ Pentateuch\ (Gen-Deu)=5 Kitab Musa (Gen-Deu)
+The\ Whole\ Bible=Semua Kitab
There\ are\ {1}\ verses\ with\:\ {0}=Ada {1} ayat dengan\: {0}
Toggle\ display\ of\ differences\ between\ different\ Bibles=Tuas untuk Pembanding antar Alkitab
Toggle\ display\ of\ the\ Passage\ Sidebar=Tuas untuk Sidebar
@@ -218,7 +229,7 @@
Using\ &&\ requires\ both\ words,\ e.g.\ "<code>aaron\ &&\ moses</code>"\ finds\ passages\ containing\ both\ Aaron\ AND\ Moses=Penggunaan && membutuhkan kedua kata, mis "<code>aaron && moses</code>" mencari ayat berisi baik Aaron DAN Moses
Using\ +[Gen-Exo]\ at\ the\ beginning\ will\ restrict\ a\ search\ to\ that\ range\ of\ verses.=Penggunaan +[Gen-Exo] pada awalan akan membatasi pencarian pada kitab tersebut.
Using\ a\ \!\ removes\ words\ from\ the\ result\ e.g.\ "<code>lord\ \!\ jesus</code>"\ is\ passages\ containing\ Lord\ BUT\ NOT\ Jesus=Penggunaan \! removes words dari hasil mis "<code>lord \! jesus</code>" mencari ayat yang berisi Lord TETAPI TIDAK Jesus
-Using\ ~2\ widens\ the\ passage\ by\ 2\ verses\ either\ side\ on\ any\ match.\ So\ "<code>amminadab\ ~1\ perez</code>"\ finds<br>verses\ containting\ Amminadab\ within\ 1\ verse\ of\ mention\ of\ Perez.=Penggunaan ~2 memperlebar hasil pencarian dengan 2 ayat baik sebelum atau sesudah. So "<code>amminadab ~1 perez</code>" mencari<br>ayat berisi Amminadab dengan batasn 1 ayat berisi Perez.
+Using\ ~2\ widens\ the\ passage\ by\ 2\ verses\ either\ side\ on\ any\ match.\ So\ "<code>amminadab\ ~1\ perez</code>"\ finds\ verses\ containting\ Amminadab\ within\ 1\ verse\ of\ mention\ of\ Perez.=Penggunaan ~2 memperlebar hasil pencarian dengan 2 ayat baik sebelum atau sesudah. So "<code>amminadab ~1 perez</code>" mencari<br>ayat berisi Amminadab dengan batasn 1 ayat berisi Perez.
Verse\ Lists\ ({0})=Daftar Ayat ({0})
Verse\ Numbers=No Ayat
Verses=Ayat
Modified: trunk/bibledesktop/src/main/resources/BDMsg_vi.properties
===================================================================
--- trunk/bibledesktop/src/main/resources/BDMsg_vi.properties 2011-03-14 23:39:24 UTC (rev 2127)
+++ trunk/bibledesktop/src/main/resources/BDMsg_vi.properties 2011-03-15 13:43:11 UTC (rev 2128)
@@ -7,6 +7,7 @@
Add\ verses\ to\ list\ selected.=Th\u00EAm c\u00E2u v\u00E0o danh s\u00E1ch l\u1EF1a ch\u1ECDn.
Advanced=N\u00E2ng Cao
Advanced\ Search=T\u00ECm Ki\u1EBFm N\u00E2ng Cao
+All\ Prophecy\ (Deu\ 28,\ Isa-Mal,\ Rev)=T\u1EA5t C\u1EA3 S\u00E1ch Ti\u00EAn Tri (Deu 28, Isa-Mal, Rev)
All\ Verses=T\u1EA5t C\u1EA3 C\u00E1c C\u00E2u
Alter\ system\ settings.=\u0110i\u1EC1u khi\u1EC3n thi\u1EBFt l\u1EADp h\u1EC7 th\u1ED1ng.
Back=Quay L\u1EA1i
@@ -31,6 +32,7 @@
Could\ not\ find\ verses\ with\:\ {0}=Kh\u00F4ng t\u00ECm \u0111\u01B0\u1EE3c c\u00E2u c\u00F3\: {0}
Could\ not\ save\ config\ file\:\ {0}=Kh\u00F4ng l\u01B0u \u0111\u01B0\u1EE3c t\u1EADp tin c\u1EA5u h\u00ECnh chung\: {0}
Create\ a\ search\ index=T\u1EA1o ra b\u1EA3n li\u1EC7t k\u00EA t\u00ECm ki\u1EBFm
+Custom=Tu\u1EF3 Ch\u1ECDn
Cut=C\u1EAFt
Cut\ the\ selection.=C\u1EAFt v\u00F9ng ch\u1ECDn hi\u1EC7n th\u1EDDi.
Delete\ verses\ from\ the\ list\ selected.=Xo\u00E1 c\u00E1c c\u00E2u t\u1EEB danh s\u00E1ch l\u1EF1a ch\u1ECDn.
@@ -55,9 +57,11 @@
Go\ (search)=Chuy\u1EC3n
Go\ back\ to\ previous\ passage.=Quay l\u1EA1i ph\u00E2n \u0111o\u1EA1n v\u1EEBa qua.
Go\ forward\ to\ next\ passage.=\u0110i t\u1EDBi ph\u00E2n \u0111o\u1EA1n k\u1EBF ti\u1EBFp.
+Gospels\ and\ Acts\ (Mat-Act)=S\u00E1ch Ph\u00FAc \u00C2m v\u00E0 C\u00F4ng V\u1EE5 (Mat-Act)
Help=Tr\u1EE3 Gi\u00FAp
Help\ file\ contents.=N\u1ED9i Dung T\u1EADp Tin Tr\u1EE3 Gi\u00FAp.
Hide\ Verse\ Numbers=Gi\u1EA5u S\u1ED1 C\u00E2u
+History\ (Josh-Est)=S\u00E1ch L\u1ECBch S\u1EED (Josh-Est)
Include\ these\ verses\:=Ch\u1EE9a \u0111\u01B0ng c\u00E1c c\u00E2u n\u00E0y\:
Includes\ Greek\ Numbers\:=Bao g\u1ED3m s\u1ED1 Strong ti\u1EBFng Hy-l\u1EA1p
Includes\ Hebrew\ Numbers\:=Bao g\u1ED3m s\u1ED1 Strong ti\u1EBFng H\u00EA-b\u01A1-r\u01A1
@@ -66,17 +70,23 @@
Includes\ words\ starting\ with\:=Bao g\u1ED3m t\u1EEB ng\u1EEF b\u1EAFt \u0111\u1EA7u v\u1EDBi\:
Information\ about\ Bible\ Desktop=Th\u00F4ng Tin v\u1EC1 Bible Desktop
Install\ Bibles?=C\u00E0i D\u1EB7t Kinh Th\u00E1nh?
+Letters\ from\ People\ (Jam-Jude)=Th\u01B0 T\u00EDn t\u1EEB Ng\u01B0\u1EDDi (Jam-Jude)
+Letters\ to\ People\ (Rom-Heb)=Th\u01B0 T\u00EDn cho Ng\u01B0\u1EDDi (Rom-Heb)
License=Gi\u1EA5y Ph\u00E9p
+Major\ Prophets\ (Isa-Dan)=\u0110\u1EA1i Ti\u00EAn Tri (Isa-Dan)
+Minor\ Prophets\ (Hos-Mal)=Ti\u1EC3u Ti\u00EAn Tri (Hos-Mal)
Missing\ \:\ in\ {0}=Thi\u1EBFu \: trong {0}
More\ ...=Th\u00EAm ...
Navigate=Chuy\u1EC3n
New\ Bible\ View=M\u1EDF C\u1EEDa S\u1ED5 Kinh Th\u00E1nh M\u1EDBi
+New\ Testament\ (Mat-Rev)=T\u00E2n \u01AF\u1EDBc (Mat-Rev)
No=Kh\u00F4ng
No\ Bible\ is\ installed=Ch\u01B0a c\u00F3 cu\u1ED1n Kinh Th\u00E1nh c\u00E0i \u0111\u1EB7t
No\ Passage\ to\ Save=Kh\u00F4ng C\u00F3 Ph\u00E2n \u0110o\u1EA1n \u0110\u1EC3 L\u01B0u
No\ current\ passage\ to\ view=Kh\u00F4ng C\u00F3 Ph\u00E2n \u0110o\u1EA1n \u0110\u1EC3 Xem
None=Kh\u00F4ng c\u00F3
OK=\u0110\u00F3ng
+Old\ Testament\ (Gen-Mal)=C\u1EF1u \u01AF\u1EDBc (Gen-Mal)|
Open=M\u1EDF ...
Open\ a\ new\ Bible\ View=M\u1EDF C\u1EEDa S\u1ED5 Kinh Th\u00E1nh M\u1EDBi
Open\ a\ saved\ passage.=M\u1EDF ph\u00E2n \u0111o\u1EA1n \u0111\u01B0\u1EE3c l\u01B0u.
@@ -86,6 +96,7 @@
Paste=D\u00E1n
Paste\ the\ selection.=D\u00E1n v\u00F9ng ch\u1ECDn hi\u1EC7n th\u1EDDi.
Pick\ a\ passage\ to\ display=Ch\u1ECDn ph\u00E2n \u0111o\u1EA1n \u0111\u1EC3 hi\u1EC7n.
+Poetry\ (Job-Song)=S\u00E1ch Th\u01A1 Ca (Job-Song)
Preset\ Ranges\:=Ph\u1EA7n \u0110\u1EB7t S\u1EB5n
Print=In
Print\ the\ current\ passage.=In ph\u00E2n \u0111o\u1EA1n hi\u1EC7n th\u1EDDi.
@@ -148,7 +159,8 @@
Summary\:\ {0}=T\u00F3m T\u1EAFt\: {0}
System\ Properties=Thu\u1ED9c T\u00EDnh H\u1EC7 Th\u1ED1ng
Tabbed\ Mode=Ch\u1EBF \u0110\u1ED9 Th\u1EBB Tab
-The\ Whole\ Bible|All\ Prophecy\ (Deu\ 28,\ Isa-Mal,\ Rev)|Old\ Testament\ (Gen-Mal)|New\ Testament\ (Mat-Rev)|The\ Pentateuch\ (Gen-Deu)|History\ (Josh-Est)|Poetry\ (Job-Song)|Major\ Prophets\ (Isa-Dan)|Minor\ Prophets\ (Hos-Mal)|Gospels\ and\ Acts\ (Mat-Act)|Letters\ to\ People\ (Rom-Heb)|Letters\ from\ People\ (Jam-Jude)|Custom=C\u1EA3 Kinh Th\u00E1nh|T\u1EA5t C\u1EA3 S\u00E1ch Ti\u00EAn Tri (Deu 28, Isa-Mal, Rev)|C\u1EF1u \u01AF\u1EDBc (Gen-Mal)|T\u00E2n \u01AF\u1EDBc (Mat-Rev)|Ng\u0169 Kinh (Gen-Deu)|S\u00E1ch L\u1ECBch S\u1EED (Josh-Est)|S\u00E1ch Th\u01A1 Ca (Job-Song)|\u0110\u1EA1i Ti\u00EAn Tri (Isa-Dan)|Ti\u1EC3u Ti\u00EAn Tri (Hos-Mal)|S\u00E1ch Ph\u00FAc \u00C2m v\u00E0 C\u00F4ng V\u1EE5 (Mat-Act)|Th\u01B0 T\u00EDn cho Ng\u01B0\u1EDDi (Rom-Heb)|Th\u01B0 T\u00EDn t\u1EEB Ng\u01B0\u1EDDi (Jam-Jude)|Tu\u1EF3 Ch\u1ECDn
+The\ Pentateuch\ (Gen-Deu)=Ng\u0169 Kinh (Gen-Deu)
+The\ Whole\ Bible=C\u1EA3 Kinh Th\u00E1nh
There\ are\ {1}\ verses\ with\:\ {0}=C\u00F3 {1} c\u00E2u v\u1EDBi\: {0}
Toggle\ display\ of\ differences\ between\ different\ Bibles=So S\u00E1nh B\u1EA3n D\u1ECBch
Toggle\ display\ of\ the\ Passage\ Sidebar=B\u1EADt/T\u1EAFt Hi\u1EC3n Th\u1ECB Thanh B\u00EAn Ph\u00E2n \u0110o\u1EA1n
@@ -161,7 +173,7 @@
Using\ &&\ requires\ both\ words,\ e.g.\ "<code>aaron\ &&\ moses</code>"\ finds\ passages\ containing\ both\ Aaron\ AND\ Moses=S\u1EED d\u1EE5ng && y\u00EAu c\u1EA7u c\u1EA3 hai t\u1EEB ng\u1EEF. V\u00ED d\u1EE5, "<code>a-r\u00F4n && m\u00F4i-se</code>" t\u00ECm \u0111\u01B0\u1EE3c ph\u00E2n \u0111o\u1EA1n ch\u1EE9a \u0111\u1EF1ng c\u1EA3 A-r\u00F4n l\u1EABn M\u00F4i-se.
Using\ +[Gen-Exo]\ at\ the\ beginning\ will\ restrict\ a\ search\ to\ that\ range\ of\ verses.=S\u1EED d\u1EE5ng +[Gen-Exo] \u1EDF \u0111\u1EA7u s\u1EBD gi\u1EDBi h\u1EA1n t\u00ECm ki\u1EBFm cho ph\u1EA1m vi c\u00E2u \u0111\u00F3.
Using\ a\ \!\ removes\ words\ from\ the\ result\ e.g.\ "<code>lord\ \!\ jesus</code>"\ is\ passages\ containing\ Lord\ BUT\ NOT\ Jesus=S\u1EED d\u1EE5ng m\u1ED9t \! lo\u1EA1i tr\u1EEB t\u1EEB. V\u00ED d\u1EE5, "<code>ch\u00FAa \! j\u00EAsus</code>" s\u1EBD t\u00ECm ph\u00E2n \u0111o\u1EA1n ch\u1EE9a \u0111\u1EF1ng Ch\u00FAa NH\u01AFNG KH\u00D4NG J\u00EAsus
-Using\ ~2\ widens\ the\ passage\ by\ 2\ verses\ either\ side\ on\ any\ match.\ So\ "<code>amminadab\ ~1\ perez</code>"\ finds<br>verses\ containting\ Amminadab\ within\ 1\ verse\ of\ mention\ of\ Perez.=S\u1EED d\u1EE5ng ~2 m\u1EDF r\u1ED9ng ph\u00E2n \u0111o\u1EA1n 2 c\u00E2u tr\u01B0\u1EDBc v\u00E0 sau. Th\u1EBF th\u00EC "<code>gi\u00EA-ru-sa-lem ~1 giu-\u0111\u00EA</code>" t\u00ECm c\u00E1c c\u00E2u ch\u1EE9a \u0111\u1EF1ng Gi\u00EA-ru-sa-lem v\u00E0 Giu-\u0111\u00EA c\u00E1ch nhau m\u1ED9t c\u00E2u.
+Using\ ~2\ widens\ the\ passage\ by\ 2\ verses\ either\ side\ on\ any\ match.\ So\ "<code>amminadab\ ~1\ perez</code>"\ finds\ verses\ containting\ Amminadab\ within\ 1\ verse\ of\ mention\ of\ Perez.=S\u1EED d\u1EE5ng ~2 m\u1EDF r\u1ED9ng ph\u00E2n \u0111o\u1EA1n 2 c\u00E2u tr\u01B0\u1EDBc v\u00E0 sau. Th\u1EBF th\u00EC "<code>gi\u00EA-ru-sa-lem ~1 giu-\u0111\u00EA</code>" t\u00ECm c\u00E1c c\u00E2u ch\u1EE9a \u0111\u1EF1ng Gi\u00EA-ru-sa-lem v\u00E0 Giu-\u0111\u00EA c\u00E1ch nhau m\u1ED9t c\u00E2u.
Verse\ Lists\ ({0})=C\u00E1c Danh S\u00E1ch C\u00E2u
Verse\ Numbers=S\u1ED1 C\u00E2u
Verses=C\u00E1c C\u00E2u
More information about the jsword-svn
mailing list