Skip to content

Commit 1fa1a82

Browse files
author
Stephan Leroux
committed
FirefoxBeta 4.0.0b3 Release
1 parent 252eb1a commit 1fa1a82

File tree

1,509 files changed

+70632
-4505
lines changed

Some content is hidden

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

1,509 files changed

+70632
-4505
lines changed

Account/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>1</string>
22+
<string>3</string>
2323
<key>NSPrincipalClass</key>
2424
<string></string>
2525
</dict>

AccountTests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>1</string>
22+
<string>3</string>
2323
</dict>
2424
</plist>

Client.xcodeproj/project.pbxproj

Lines changed: 7599 additions & 4479 deletions
Large diffs are not rendered by default.
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

Client/Configuration/FirefoxBeta.xcconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ MOZ_RELEASE_CHANNEL = beta
3434
INCLUDE_SETTINGS_BUNDLE = NO
3535

3636
// Adjust SDK Variables
37-
ADJUST_ENVIRONMENT =
37+
ADJUST_ENVIRONMENT = sandbox
3838

39-
ADJUST_APP_TOKEN =
39+
ADJUST_APP_TOKEN = v32c8z72qz82

Client/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
</dict>
5353
</array>
5454
<key>CFBundleVersion</key>
55-
<string>1</string>
55+
<string>3</string>
5656
<key>LSApplicationQueriesSchemes</key>
5757
<array>
5858
<string>itms-books</string>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/* Label for preview action on Tab Tray Tab to add current tab to Reading List */
2+
"Add to Reading List" = "Voeg by leeslys";
3+
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
/* 'After 1 hour' interval item for selecting when to require passcode */
2+
"After 1 hour" = "Na 1 uur";
3+
4+
/* 'After 1 minute' interval item for selecting when to require passcode */
5+
"After 1 minute" = "Na 1 minuut";
6+
7+
/* 'After 5 minutes' interval item for selecting when to require passcode */
8+
"After 5 minutes" = "Na 5 minute";
9+
10+
/* 'After 10 minutes' interval item for selecting when to require passcode */
11+
"After 10 minutes" = "Na 10 minute";
12+
13+
/* 'After 15 minutes' interval item for selecting when to require passcode */
14+
"After 15 minutes" = "Na 15 minute";
15+
16+
/* Title for screen when changing your passcode */
17+
"Change Passcode" = "Verander wagkode";
18+
19+
/* Screen title for entering a passcode */
20+
"Enter Passcode" = "Voer wagkode in";
21+
22+
/* Title above input for entering passcode while removing/changing */
23+
"Enter passcode" = "Voer wagkode in";
24+
25+
/* 'Immediately' interval item for selecting when to require passcode */
26+
"Immediately" = "Onmiddellik";
27+
28+
/* List section title for passcode settings */
29+
"Passcode" = "Wagkode";
30+
31+
/* Title for setting to require a passcode */
32+
"Require Passcode" = "Vereis wagkode";
33+
34+
/* Screen title for Set Passcode */
35+
"Set Passcode" = "Stel wagkode";
36+

Client/af.lproj/BookmarkPanel.strings

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/* Action button for deleting bookmarks in the bookmarks panel. */
2+
"Delete" = "Verwyder";
3+
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/* Button label to cancel deletion when the user tried to delete a non-empty folder. */
2+
"Cancel" = "Kanselleer";
3+
4+
/* Button label for the button that deletes a folder and all of its children. */
5+
"Delete" = "Verwyder";
6+
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/* The cancel button when confirming clear history. */
2+
"Cancel" = "Kanselleer";
3+
4+
/* The button that clears history even when Sync is connected. */
5+
"Clear" = "Maak skoon";
6+
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
/* Settings item for clearing the cache */
2+
"Cache" = "Kas";
3+
4+
/* Used as a button label in the dialog to cancel clear private data dialog */
5+
"Cancel" = "Kanselleer";
6+
7+
/* Used as a button label in the dialog to Clear private data dialog */
8+
"Clear" = "Maak skoon";
9+
10+
/* Settings item for clearing cookies */
11+
"Cookies" = "Koekies";
12+
13+
/* Settings item for clearing website data */
14+
"Offline Website Data" = "Vanlyn webwerfdata";
15+
16+
/* Settings item for clearing passwords and login data */
17+
"Saved Logins" = "Gestoorde aanmeldings";
18+
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/* The cancel button when confirming clear private data. */
2+
"Cancel" = "Kanselleer";
3+

Client/af.lproj/ErrorPages.strings

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/* Shown in error pages on a button that will try to load the page again */
2+
"Try again" = "Probeer weer";
3+

Client/af.lproj/FindInPage.strings

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/* Done button in Find in Page Toolbar. */
2+
"Done" = "Klaar";
3+
4+
/* Text selection menu item */
5+
"Find in Page" = "Vind in bladsy";
6+

Client/af.lproj/InfoPlist.strings

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
"ShortcutItemTitleNewTab" = "Nuwe oortjie";
2+

Client/af.lproj/Intro.strings

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
/* See http://mzl.la/1if9ODp */
2+
"Choose" = "Kies";
3+
4+
/* See http://mzl.la/1T8gxwo */
5+
"Customize" = "Doelmaak";
6+
7+
/* See http://mzl.la/1T8gxwo */
8+
"Organize" = "Organiseer";
9+
10+
/* See http://mzl.la/1if9ODp */
11+
"Share" = "Deel";
12+
13+
/* See http://mzl.la/1T8gxwo */
14+
"Start Browsing" = "Begin te blaai";
15+
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
/* Pending feature; currently unused string! Sub header for photo options in theme chooser */
2+
"Photos" = "Foto's";
3+
4+
/* Pending feature; currently unused string! Button to show preview of selected theme */
5+
"Preview" = "Voorskou";
6+
7+
/* Pending feature; currently unused string! Button to set selected theme as current theme */
8+
"Set" = "Stel";
9+
10+
/* Pending feature; currently unused string! Settings row to enter theme settings */
11+
"Theme" = "Tema";
12+
13+
/* Pending feature; currently unused string! sub header for theme options in theme chooser */
14+
"Themes" = "Temas";
15+

Client/af.lproj/Localizable.strings

Lines changed: 221 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,221 @@
1+
/* Button for larger reader font size. Keep this extremely short! This is shown in the reader mode toolbar. */
2+
"+" = "+";
3+
4+
/* Button for smaller reader font size. Keep this extremely short! This is shown in the reader mode toolbar. */
5+
"-" = "-";
6+
7+
/* Button for reader mode font size. Keep this extremely short! This is shown in the reader mode toolbar. */
8+
"Aa" = "Aa";
9+
10+
/* Add URL to the reading list - https://bugzilla.mozilla.org/attachment.cgi?id=8624438, https://bug1157303.bugzilla.mozilla.org/attachment.cgi?id=8624440 */
11+
"Add to Reading List" = "Voeg by leeslys";
12+
13+
/* Tile title for Amazon */
14+
"Amazon" = "Amazon";
15+
16+
/* Authentication prompt title */
17+
"Authentication required" = "Stawing vereis";
18+
19+
/* Accessibility Label for the browser toolbar Back button */
20+
"Back" = "Terug";
21+
22+
/* Block pop-up windows setting */
23+
"Block Pop-up Windows" = "Blokkeer opspringers";
24+
25+
/* Bookmark a URL - https://bugzilla.mozilla.org/attachment.cgi?id=8624438, https://bug1157303.bugzilla.mozilla.org/attachment.cgi?id=8624440 */
26+
"Bookmark" = "Boekmerk";
27+
28+
/* Panel accessibility label */
29+
"Bookmarks" = "Boekmerke";
30+
31+
/* Accessibility label for brightness adjustment slider in Reader Mode display settings */
32+
"Brightness" = "Helderheid";
33+
34+
/* Alert Call Button */
35+
"Call" = "Oproep";
36+
37+
/* Action Sheet Cancel Button
38+
Alert Cancel Button
39+
Authentication prompt cancel button
40+
Button label to cancel entering a URL or search query
41+
Cancel alert view
42+
Cancel button
43+
Cancel button in the 'log out firefox account' alert
44+
Cancel title from search engine picker */
45+
"Cancel" = "Kanselleer";
46+
47+
/* Accessibility label for action denoting closing a tab in tab list (tray) */
48+
"Close" = "Sluit";
49+
50+
/* Accessibility Label for the browser toolbar Forward button */
51+
"Forward" = "Vorentoe";
52+
53+
/* General settings section title */
54+
"General" = "Algemeen";
55+
56+
/* Pending feature; currently unused string! Button to browse to URL on the clipboard when browser is opened */
57+
"Go" = "Gaan";
58+
59+
/* Show the SUMO support page from the Support section in the settings. see http://mzl.la/1dmM8tZ */
60+
"Help" = "Hulp";
61+
62+
/* Panel accessibility label */
63+
"History" = "Geskiedenis";
64+
65+
/* Accessibility label for button increasing font size in display settings of reader mode */
66+
"Increase text size" = "Vermeerder teksgrootte";
67+
68+
/* Settings item that opens a tab containing the licenses. See http://mzl.la/1NSAWCG */
69+
"Licenses" = "Lisensies";
70+
71+
/* Light theme setting in Reading View settings */
72+
"Light" = "Lig";
73+
74+
/* Button in settings screen to disconnect from your account
75+
Disconnect button in the 'log out firefox account' alert */
76+
"Log Out" = "Afmeld";
77+
78+
/* Title of the 'log out firefox account' alert */
79+
"Log Out?" = "Afmeld?";
80+
81+
/* Authentication prompt log in button */
82+
"Log in" = "Aanmeld";
83+
84+
/* Label used as an item in Settings. When touched, the user will be navigated to the Logins/Password manager. */
85+
"Logins" = "Aanmeldings";
86+
87+
/* Name for Mark as read button in reader mode
88+
Title for the button that marks a reading list item as read */
89+
"Mark as Read" = "Merk as gelees";
90+
91+
/* Name for Mark as unread button in reader mode
92+
Title for the button that marks a reading list item as unread */
93+
"Mark as Unread" = "Merk as ongelees";
94+
95+
/* Accessibility label for the navigation toolbar displayed at the bottom of the screen. */
96+
"Navigation Toolbar" = "Navigasienutsbalk";
97+
98+
/* New tab [title] [url] */
99+
"New tab: %@: %@" = "Nuwe oortjie: %1$@: %2$@";
100+
101+
/* Prompt title for application update */
102+
"New version available" = "Nuwe weergawe beskikbaar";
103+
104+
/* Restore Tabs Negative Action */
105+
"No" = "Nee";
106+
107+
/* Message spoken by VoiceOver to indicate that there are no tabs in the Tabs Tray */
108+
"No tabs" = "Geen oortjies";
109+
110+
/* Context menu item for opening a link in a new tab */
111+
"Open In New Tab" = "Open in nuwe &oortjie";
112+
113+
/* String indicating that the file can be opened in another application on the device */
114+
"Open in…" = "Open in…";
115+
116+
/* Password textbox in Authentication prompt */
117+
"Password" = "Wagwoord";
118+
119+
/* Paste the URL into the location bar */
120+
"Paste" = "Plak";
121+
122+
/* Paste the URL into the location bar and visit */
123+
"Paste & Go" = "Plak en gaan";
124+
125+
/* Privacy section title */
126+
"Privacy" = "Privaatheid";
127+
128+
/* Show Firefox Browser Privacy Policy page from the Privacy section in the settings. See https://www.mozilla.org/privacy/firefox/ */
129+
"Privacy Policy" = "Privaatheidbeleid";
130+
131+
/* Accessibility label for the Reader View button */
132+
"Reader View" = "Leesaansig";
133+
134+
/* Panel accessibility label */
135+
"Reading list" = "Leeslys";
136+
137+
/* Title for the button that removes a reading list item */
138+
"Remove" = "Verwyder";
139+
140+
/* Name for button removing current article from reading list in reader mode */
141+
"Remove from Reading List" = "Verwyder uit die leeslys";
142+
143+
/* Font type setting in the reading view settings */
144+
"Sans-serif" = "Sans-serif";
145+
146+
/* Context menu item for saving an image */
147+
"Save Image" = "Stoor beeld";
148+
149+
/* Navigation title for search settings.
150+
Open search section of settings */
151+
"Search" = "Soek";
152+
153+
/* The text shown in the URL bar on about:home */
154+
"Search or enter address" = "Soek of tik adres";
155+
156+
/* Accessibility label for the lock icon, which is only present if the connection is secure */
157+
"Secure connection" = "Beveiligde verbinding";
158+
159+
/* Sepia theme setting in Reading View settings */
160+
"Sepia" = "Sepia";
161+
162+
/* Font type setting in the reading view settings */
163+
"Serif" = "Serif";
164+
165+
/* Accessibility label for the Settings button in the Tab Tray.
166+
Settings */
167+
"Settings" = "Opstelling";
168+
169+
/* Accessibility Label for the browser toolbar Share button */
170+
"Share" = "Deel";
171+
172+
/* Accessibility label for the tabs button in the (top) browser toolbar
173+
Accessibility Label for the tabs button in the browser toolbar */
174+
"Show Tabs" = "Vertoon oortjies";
175+
176+
/* See http://mzl.la/1Qtkf0j
177+
Text message / button in the settings table view */
178+
"Sign in" = "Meld aan";
179+
180+
/* Accessibility Label for the browser toolbar Stop button */
181+
"Stop" = "Stop";
182+
183+
/* Support section title */
184+
"Support" = "Ondersteuning";
185+
186+
/* View a URL - https://bugzilla.mozilla.org/attachment.cgi?id=8624438, https://bug1157303.bugzilla.mozilla.org/attachment.cgi?id=8624440 */
187+
"View" = "Bekyk";
188+
189+
/* Accessibility label for the main web content view */
190+
"Web content" = "Webinhoud";
191+
192+
/* Restore Tabs Prompt Title */
193+
"Well, this is embarrassing." = "Wel, dis nou 'n verleentheid.";
194+
195+
/* Tile title for Wikipedia */
196+
"Wikipedia" = "Wikipedia";
197+
198+
/* Button to save the user's password */
199+
"Yes" = "Ja";
200+
201+
/* History tableview section header */
202+
"Yesterday" = "Gister";
203+
204+
/* Tile title for YouTube */
205+
"YouTube" = "YouTube";
206+
207+
/* Accessibility label for Desktop Computer (PC) image in remote tabs list */
208+
"computer" = "rekenaar";
209+
210+
/* Relative time for a tab that was visited within the last few moments. */
211+
"just now" = "so pas";
212+
213+
/* Accessibility label for read article in reading list. It's a past participle - functions as an adjective. */
214+
"read" = "lees";
215+
216+
/* Relative date for date in past week. */
217+
"this week" = "hierdie week";
218+
219+
/* Relative date for yesterday. */
220+
"yesterday" = "gister";
221+

0 commit comments

Comments
 (0)