mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-22 10:22:06 +03:00
Addition of strings used by the Amiga UI.
svn path=/trunk/netsurf/; revision=5225
This commit is contained in:
parent
52e48260d3
commit
614e06da6e
@ -215,6 +215,36 @@ ImgStyle1:Direct to screen
|
|||||||
ImgStyle2:Dithered
|
ImgStyle2:Dithered
|
||||||
ImgStyle3:Error diffused
|
ImgStyle3:Error diffused
|
||||||
|
|
||||||
|
# Menu items used in the Amiga version.
|
||||||
|
# Some of these are copies of other strings but without the
|
||||||
|
# embedded shortcut keys. (NS suffix = No Shortcut)
|
||||||
|
#
|
||||||
|
# Project menu
|
||||||
|
#
|
||||||
|
Project:Project
|
||||||
|
NewWindowNS:New window
|
||||||
|
CloseWindow:Close window
|
||||||
|
SaveAs:Save as
|
||||||
|
Source:Source...
|
||||||
|
TextNS:Text...
|
||||||
|
PDF:PDF...
|
||||||
|
|
||||||
|
# Edit menu
|
||||||
|
#
|
||||||
|
Copy:Copy
|
||||||
|
Paste:Paste
|
||||||
|
SelectAllNS:Select all
|
||||||
|
ClearNS:Clear selection
|
||||||
|
|
||||||
|
# Hotlist menu
|
||||||
|
#
|
||||||
|
HotlistShowNS:Show hotlist...
|
||||||
|
|
||||||
|
# Settings menu
|
||||||
|
#
|
||||||
|
Settings:Settings
|
||||||
|
SnapshotWindow:Snapshot window
|
||||||
|
SettingsSave:Save settings
|
||||||
|
|
||||||
# Treeview interface tokens
|
# Treeview interface tokens
|
||||||
# =========================
|
# =========================
|
||||||
@ -248,6 +278,10 @@ TreeUnused:Unused
|
|||||||
TreeImport:Imported URL
|
TreeImport:Imported URL
|
||||||
TreeNewFolder:New directory
|
TreeNewFolder:New directory
|
||||||
|
|
||||||
|
# Tree export
|
||||||
|
#
|
||||||
|
TreeHotlist:NetSurf hotlist
|
||||||
|
|
||||||
|
|
||||||
# Hotlist user interface tokens
|
# Hotlist user interface tokens
|
||||||
# =============================
|
# =============================
|
||||||
@ -298,6 +332,14 @@ DownloadU:%s of unknown • %s/s • %s total
|
|||||||
Downloaded:%s complete • average %s/s • %s total
|
Downloaded:%s complete • average %s/s • %s total
|
||||||
Unwritten:Writing data to file failed.
|
Unwritten:Writing data to file failed.
|
||||||
|
|
||||||
|
# Amiga download window tokens
|
||||||
|
#
|
||||||
|
# This section contains tokens which are used in the Amiga
|
||||||
|
# download window.
|
||||||
|
#
|
||||||
|
amiDownload:%ld of %ld bytes downloaded
|
||||||
|
amiDownloadU:%ld bytes downloaded
|
||||||
|
|
||||||
# GTK download window tokens
|
# GTK download window tokens
|
||||||
#
|
#
|
||||||
# This section contains tokens which are used in the gtk
|
# This section contains tokens which are used in the gtk
|
||||||
@ -360,6 +402,20 @@ PrintSheetsFilled:sheets are filled
|
|||||||
NotFound:Not found
|
NotFound:Not found
|
||||||
|
|
||||||
|
|
||||||
|
# 401 login user interface tokens
|
||||||
|
# ===============================
|
||||||
|
#
|
||||||
|
# This section contains tokens which are used in the 401 login
|
||||||
|
# (authentication) dialog box.
|
||||||
|
#
|
||||||
|
Host:Host
|
||||||
|
Realm:Realm
|
||||||
|
Username:Username
|
||||||
|
Password:Password
|
||||||
|
Login:Login
|
||||||
|
Cancel:Cancel
|
||||||
|
|
||||||
|
|
||||||
# Content
|
# Content
|
||||||
# =======
|
# =======
|
||||||
#
|
#
|
||||||
@ -462,6 +518,9 @@ EmptyError:file is empty.
|
|||||||
PrintErrorRO2:It appears that the printer is busy.
|
PrintErrorRO2:It appears that the printer is busy.
|
||||||
AWNotSeen:Please locate the AWViewer application and try again.
|
AWNotSeen:Please locate the AWViewer application and try again.
|
||||||
|
|
||||||
|
# Error messages for Amiga version only
|
||||||
|
NoMode:No matching mode in screens database
|
||||||
|
|
||||||
# Queries
|
# Queries
|
||||||
# =======
|
# =======
|
||||||
#
|
#
|
||||||
@ -616,6 +675,7 @@ obj:object
|
|||||||
objs:objects
|
objs:objects
|
||||||
styl:stylesheet
|
styl:stylesheet
|
||||||
styls:stylesheets
|
styls:stylesheets
|
||||||
|
OK:OK
|
||||||
|
|
||||||
# Interactive help
|
# Interactive help
|
||||||
# ================
|
# ================
|
||||||
@ -1012,12 +1072,9 @@ con_theme:Themes
|
|||||||
# These tokens appear to be unused at the current time.
|
# These tokens appear to be unused at the current time.
|
||||||
#
|
#
|
||||||
|
|
||||||
# Tree export
|
|
||||||
TreeHotlist:NetSurf hotlist
|
|
||||||
TreeHistory:NetSurf history
|
TreeHistory:NetSurf history
|
||||||
SaveSelect:Save
|
SaveSelect:Save
|
||||||
ExportAs:Export as
|
ExportAs:Export as
|
||||||
Copy:Copy to clipboard ^C
|
|
||||||
AnimImg:Animations
|
AnimImg:Animations
|
||||||
DitherImg:Dither images
|
DitherImg:Dither images
|
||||||
FilterImg:Smooth images
|
FilterImg:Smooth images
|
||||||
|
Loading…
Reference in New Issue
Block a user