text translations

This commit is contained in:
Jonas Sourlier 2022-05-02 16:03:53 +02:00
parent d0676fa2db
commit 997385d95a
3 changed files with 63 additions and 0 deletions

View file

@ -48,6 +48,27 @@
<Entry key="BrowserWindow_FindMenuItem">
Rechercher dans la page...
</Entry>
<Entry key="BrowserWindow_ReloadButton">
Recharger
</Entry>
<Entry key="BrowserWindow_BackwardButton">
En arrière
</Entry>
<Entry key="BrowserWindow_ForwardButton">
Avant
</Entry>
<Entry key="BrowserWindow_DownloadsButton">
Télécharger
</Entry>
<Entry key="BrowserWindow_HomeButton">
Accueil
</Entry>
<Entry key="BrowserWindow_MenuButton">
Menu
</Entry>
<Entry key="BrowserWindow_UrlTextBox">
Entrer l'URL
</Entry>
<Entry key="BrowserWindow_ZoomMenuItem">
Zoom de la page
</Entry>

View file

@ -48,6 +48,27 @@
<Entry key="BrowserWindow_FindMenuItem">
Pagina di ricerca ...
</Entry>
<Entry key="BrowserWindow_ReloadButton">
Ricarica
</Entry>
<Entry key="BrowserWindow_BackwardButton">
Indietro
</Entry>
<Entry key="BrowserWindow_ForwardButton">
Avanti
</Entry>
<Entry key="BrowserWindow_DownloadsButton">
Scaricare
</Entry>
<Entry key="BrowserWindow_HomeButton">
Home
</Entry>
<Entry key="BrowserWindow_MenuButton">
Menu
</Entry>
<Entry key="BrowserWindow_UrlTextBox">
Inserisci URL
</Entry>
<Entry key="BrowserWindow_ZoomMenuItem">
Zoom della pagina
</Entry>

View file

@ -45,6 +45,27 @@
<Entry key="BrowserWindow_DownloadComplete">
下载完成
</Entry>
<Entry key="BrowserWindow_ReloadButton">
重新加载
</Entry>
<Entry key="BrowserWindow_BackwardButton">
向后
</Entry>
<Entry key="BrowserWindow_ForwardButton">
前进
</Entry>
<Entry key="BrowserWindow_DownloadsButton">
下载
</Entry>
<Entry key="BrowserWindow_HomeButton">
首页
</Entry>
<Entry key="BrowserWindow_MenuButton">
菜单
</Entry>
<Entry key="BrowserWindow_UrlTextBox">
输入网址
</Entry>
<Entry key="BrowserWindow_ZoomMenuItem">
页面缩放
</Entry>