Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit d72a9b1

Browse files
authored
Merge pull request #144 from Trim/release-4-beta5
Release 4 beta5: update changelog and translations
2 parents 54e39eb + a6d7f80 commit d72a9b1

File tree

94 files changed

+1246
-102
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+1246
-102
lines changed

CHANGELOG.md

Lines changed: 21 additions & 2 deletions

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ l10n-auto-commit: l10n-get
4141
# Send new texts to translate to Transifex
4242
l10n-push:
4343
git checkout $(releasebranch)
44-
tx push
44+
tx push -s
4545

4646
# Target to beautify and build your code while developing it
4747
dev: beautify build

addressbook/exchangeAddressBook.manifest

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,15 @@ manifest interface/exchangeAutoCompleteResult/mivExchangeAutoCompleteResult.mani
1616

1717
locale exchangecontacts en locale/en/
1818

19+
locale exchangecontacts cs-CZ locale/cs_CZ/
1920
locale exchangecontacts de locale/de/
2021
locale exchangecontacts en-US locale/en_US/
2122
locale exchangecontacts fr-FR locale/fr_FR/
23+
locale exchangecontacts it-IT locale/it_IT/
2224
locale exchangecontacts ja-JP locale/ja_JP/
2325
locale exchangecontacts nl locale/nl/
26+
locale exchangecontacts pl locale/pl/
2427
locale exchangecontacts ru locale/ru/
28+
locale exchangecontacts sk locale/sk/
2529
locale exchangecontacts sv locale/sv/
30+
locale exchangecontacts tr locale/tr/
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
syncFolderEventMessage=„%4$S“: Obdrženy aktualizace kontaktů z EWS serveru (nové: %1$S, změněné: %2$S, odebrané: %3$S).
2+
promtpDeleteDirectoryTitle=Odebrat složku s kontakty?
3+
promptDeleteDirectoryText=Opravdu chcete odebrat „%1$S“?
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
syncFolderEventMessage=„%4$S“: Obdrženy aktualizace distribučních seznamů z EWS serveru (nové: %1$S, změněné: %2$S, odebrané: %3$S).
2+
promtpDeleteDirectoryTitle=Odebrat složku s kontakty?
3+
promptDeleteDirectoryText=Opravdu chcete odebrat „%1$S“?
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<!ENTITY toolbar.button.label.addaccount "Přidat složku s kontakty z Exchange">
2+
<!ENTITY toolbar.button.tooltip.addaccount "Toto přidá novou složku s kontakty z Exchange">
3+
4+
<!ENTITY toolbar.button.label.deleteaccount "Odebrat složku s kontakty z Exchange">
5+
<!ENTITY toolbar.button.tooltip.deleteaccount "Toto odebere existující složku s kontakty z Exchange">
6+
7+
<!ENTITY deleteExchangeCmd.label "Odebrat složku s kontakty z Exchange">
8+
9+
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!ENTITY label.acceptbutton "Uložit">
2+
<!ENTITY label.cancelbutton "Storno">
3+
4+
<!ENTITY ecsettings.tab.adsettings "Exchange/Windows AD">
5+
<!ENTITY ecsettings.tab.meetingrequestsettings "Žádost o schůzku">
6+
7+
<!ENTITY label.ecExchangeSettings.title "Název v seznamu:">
8+
<!ENTITY exchangeWebService.preference.contacts.pollinterval "Interval obnovování (v sekundách):">
9+
10+
<!ENTITY exchWebService.add.globaladdresslist.label "Zahrnout globální adresář kontaktů do výsledků vyhledávání.">
11+
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
syncFolderEventMessage="%4$S": Received contact update(s) from EWS server (New: %1$S, Changed: %2$S, Removed: %3$S).
2+
promtpDeleteDirectoryTitle=Remove contacts folder?
3+
promptDeleteDirectoryText=Are you really sure you want to remove "%1$S"?
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
syncFolderEventMessage="%4$S": Received distribution list update(s) from EWS server (New: %1$S, Changed: %2$S, Removed: %3$S).
2+
promtpDeleteDirectoryTitle=Remove contacts folder?
3+
promptDeleteDirectoryText=Are you really sure you want to remove "%1$S"?
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<!ENTITY toolbar.button.label.addaccount "Add Exchange contact folder">
2+
<!ENTITY toolbar.button.tooltip.addaccount "This will add a new Exchange contact folder">
3+
4+
<!ENTITY toolbar.button.label.deleteaccount "Remove Exchange contact folder">
5+
<!ENTITY toolbar.button.tooltip.deleteaccount "This will remove an existing Exchange contact folder">
6+
7+
<!ENTITY deleteExchangeCmd.label "Remove Exchange contact folder">
8+
9+

0 commit comments

Comments
 (0)