forked from VREMSoftwareDevelopment/WiFiAnalyzer
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
--added brazilian portuguese translation (values-pt-rBR/arrays.xml; v…
…alues.xml)
- Loading branch information
1 parent
384f647
commit e4933c9
Showing
2 changed files
with
111 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
~ Copyright (C) 2015 - 2016 VREM Software Development <[email protected]> | ||
~ | ||
~ Licensed under the Apache License, Version 2.0 (the "License"); | ||
~ you may not use this file except in compliance with the License. | ||
~ You may obtain a copy of the License at | ||
~ | ||
~ http://www.apache.org/licenses/LICENSE-2.0 | ||
~ | ||
~ Unless required by applicable law or agreed to in writing, software | ||
~ distributed under the License is distributed on an "AS IS" BASIS, | ||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
~ See the License for the specific language governing permissions and | ||
~ limitations under the License. | ||
--> | ||
|
||
<resources> | ||
|
||
<string-array name="sort_by_array"> | ||
<item>Força do Sinal</item> | ||
<item>SSID</item> | ||
<item>Canal</item> | ||
</string-array> | ||
|
||
<string-array name="graph_legend_array"> | ||
<item>Esquerda</item> | ||
<item>Direita</item> | ||
<item>Esconder</item> | ||
</string-array> | ||
|
||
<string-array name="theme_array"> | ||
<item>Escuro</item> | ||
<item>Claro</item> | ||
</string-array> | ||
|
||
<!-- 'Akira Nóis ;) --> | ||
|
||
|
||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
~ Copyright (C) 2015 - 2016 VREM Software Development <[email protected]> | ||
~ | ||
~ Licensed under the Apache License, Version 2.0 (the "License"); | ||
~ you may not use this file except in compliance with the License. | ||
~ You may obtain a copy of the License at | ||
~ | ||
~ http://www.apache.org/licenses/LICENSE-2.0 | ||
~ | ||
~ Unless required by applicable law or agreed to in writing, software | ||
~ distributed under the License is distributed on an "AS IS" BASIS, | ||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
~ See the License for the specific language governing permissions and | ||
~ limitations under the License. | ||
--> | ||
|
||
<resources> | ||
<!-- application start --> | ||
<string name="app_name">WiFi Analyzer</string> | ||
<string name="app_company_name">VREM Software Development</string> | ||
<string name="app_copyright">Direitos Autorais \u00A9 2015 \u002D 2016</string> | ||
<!-- application end --> | ||
|
||
<string name="navigation_drawer_open">Abrir gaveta de notificações</string> | ||
<string name="navigation_drawer_close">Fechar gaveta de notificações</string> | ||
<string name="action_access_points">Pontos de Acesso</string> | ||
<string name="action_channel_rating">Avaliação dos Canais</string> | ||
<string name="action_channel_graph">Gráfico de Canais</string> | ||
<string name="action_time_graph">Gráfico de Tempo</string> | ||
<string name="action_channel_available">Canais Disponíveis</string> | ||
<string name="action_vendors">Vendedores</string> | ||
<string name="action_settings">Configurações</string> | ||
<string name="action_about">Sobre</string> | ||
<string name="button_cancel">Cancelar</string> | ||
<string name="no_data">Sem Dados</string> | ||
<string name="channel_rating_best">Melhores Canais:</string> | ||
<string name="channel_rating_best_none">Nenhum</string> | ||
<string name="channel_rating_best_alternative">, Tente uma frequência WiFi diferente</string> | ||
<string name="channel_rating_heading_rating">Avaliação dos Canais</string> | ||
<string name="channel_rating_heading_number">Número do Canal</string> | ||
<string name="channel_rating_heading_count">Número de Pontos de Acesso</string> | ||
<string name="channel_short_name">CH</string> | ||
<string name="channel_frequency_range">Alcance:</string> | ||
<string name="graph_channel_axis_x">Canais WiFi</string> | ||
<string name="graph_time_axis_x">Número de Escaneamentos</string> | ||
<string name="graph_axis_y">Força do Sinal (dBm)</string> | ||
|
||
<!-- settings start --> | ||
<string name="wifi_band_title">Frequência do WiFi</string> | ||
<string name="scan_interval_title">Intervalo de Escaneamento</string> | ||
<string name="scan_interval_summary">%d segundos entre cada escaneamento</string> | ||
<string name="sort_by_title">Ordenar Pontos de Acesso Por</string> | ||
<string name="group_by_title">Agrupar Pontos de Acesso Por</string> | ||
<string name="channel_graph_legend_title">Posicionamento da Legenda do Gráfico de Canais</string> | ||
<string name="time_graph_legend_title">Posicionamento da Legenda do Gráfico de Tempo</string> | ||
<string name="theme_title">Tema</string> | ||
|
||
<!-- settings end --> | ||
|
||
<!-- about start --> | ||
<string name="about_license_title">Licença:</string> | ||
<string name="about_license_name">Sob a Licença Apache, Versão 2.0</string> | ||
<string name="about_description_title">Descrição:</string> | ||
<string name="about_description_text">Optimize sua rede WiFi ao checar seu status, a força do sinal e identificando canais congestionados usando um Analizador WiFi de código aberto para Android</string> | ||
<string name="about_libraries_title">Livrarias Utilizadas:</string> | ||
<string name="about_library_graph_view">Graph View</string> | ||
<string name="about_library_material">Material Design Icons</string> | ||
<string name="about_contributor_title">Colaboradores:</string> | ||
<!-- about end --> | ||
</resources> |