Skip to content

Commit f5cd569

Browse files
author
Stephan Leroux
committed
Firefox Beta Release - v6.0b4
1 parent 47b8cc1 commit f5cd569

File tree

2,441 files changed

+239224
-5903
lines changed

Some content is hidden

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

2,441 files changed

+239224
-5903
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>4</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>4</string>
2323
</dict>
2424
</plist>

Client.xcodeproj/project.pbxproj

Lines changed: 9698 additions & 5781 deletions
Large diffs are not rendered by default.

Client/Configuration/FirefoxBeta.xcconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ MOZ_BUNDLE_ID = org.mozilla.ios.FirefoxBeta
1111
INCLUDE_SETTINGS_BUNDLE = NO
1212

1313
// Adjust SDK Variables
14-
ADJUST_ENVIRONMENT =
14+
ADJUST_ENVIRONMENT = sandbox
1515

16-
ADJUST_APP_TOKEN =
16+
ADJUST_APP_TOKEN = v32c8z72qz82

Client/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</dict>
4040
</array>
4141
<key>CFBundleVersion</key>
42-
<string>1</string>
42+
<string>4</string>
4343
<key>ITSAppUsesNonExemptEncryption</key>
4444
<false/>
4545
<key>LSApplicationQueriesSchemes</key>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/* Label for preview action on Tab Tray Tab to add current tab to Bookmarks */
2+
"Add to Bookmarks" = "Voeg by boekmerke";
3+
4+
/* Label for preview action on Tab Tray Tab to add current tab to Reading List */
5+
"Add to Reading List" = "Voeg by leeslys";
6+
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+
/* Label used as a setting item and title of the following screen to change the current passcode */
17+
"Change Passcode" = "Verander wagkode";
18+
19+
/* Title of the dialog used to request the passcode */
20+
"Enter Passcode" = "Voer wagkode in";
21+
22+
/* Text displayed above the input field when changing the existing passcode */
23+
"Enter passcode" = "Voer wagkode in";
24+
25+
/* 'Immediately' interval item for selecting when to require passcode */
26+
"Immediately" = "Onmiddellik";
27+
28+
/* Label for the Passcode item in Settings */
29+
"Passcode" = "Wagkode";
30+
31+
/* Text displayed in the 'Interval' section, followed by the current interval setting, e.g. 'Immediately' */
32+
"Require Passcode" = "Vereis wagkode";
33+
34+
/* Title of the dialog used to set a 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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/* Done button in Find in Page Toolbar. */
2+
"Done" = "Klaar";
3+
4+
/* Share action title
5+
Text selection menu item */
6+
"Find in Page" = "Vind in bladsy";
7+

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

0 commit comments

Comments
 (0)