• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

packages/apps/AndroidTerm


Commit MetaInfo

Revisionc4e8ccc6eb37c6829bae56f214086794460bb1b1 (tree)
Zeit2012-01-17 07:25:39
AutorJack Palevich <jackpal@goog...>
CommiterJack Palevich

Log Message

Remove non-working portugese translation.

Ändern Zusammenfassung

  • delete: res/values-pt/arrays.xml
  • delete: res/values-pt/strings.xml

Diff

--- a/res/values-pt/arrays.xml
+++ /dev/null
@@ -1,115 +0,0 @@
1-<?xml version="1.0" encoding="utf-8"?>
2-<!--
3-* Copyright (C) 2007 The Android Open Source Project
4-*
5-* Licensed under the Apache License, Version 2.0 (the "License");
6-* you may not use this file except in compliance with the License.
7-* You may obtain a copy of the License at
8-*
9-* http://www.apache.org/licenses/LICENSE-2.0
10-*
11-* Unless required by applicable law or agreed to in writing, software
12-* distributed under the License is distributed on an "AS IS" BASIS,
13-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-* See the License for the specific language governing permissions and
15-* limitations under the License.
16--->
17-
18-<resources>
19- <string-array name="entries_statusbar_preference">
20- <item>Show status bar</item>
21- <item>Hide status bar</item>
22- </string-array>
23-
24- <string-array name="entries_cursorblink_preference">
25- <item>Non-blinking cursor</item>
26- <item>Blinking cursor</item>
27- </string-array>
28-
29- <string-array name="entries_cursorstyle_preference">
30- <item>Rectangle</item>
31- <item>Underline</item>
32- <item>Vertical bar</item>
33- </string-array>
34-
35- <string-array name="entries_fontsize_preference">
36- <item>4 x 8 pixels</item>
37- <item>6 pt</item>
38- <item>7 pt</item>
39- <item>8 pt</item>
40- <item>9 pt</item>
41- <item>10 pt</item>
42- <item>12 pt</item>
43- <item>14 pt</item>
44- <item>16 pt</item>
45- <item>20 pt</item>
46- </string-array>
47-
48- <string-array name="entries_color_preference">
49- <item>Black text on white</item>
50- <item>White text on black</item>
51- <item>White text on blue</item>
52- <item>Green text on black</item>
53- <item>Amber text on black</item>
54- <item>Red text on black</item>
55- </string-array>
56-
57- <string-array name="entries_backaction_preference">
58- <item>Closes all terminal windows</item>
59- <item>Closes this terminal window only</item>
60- <item>Closes activity, leaving sessions running</item>
61- <item>Sends ESC to terminal</item>
62- <item>Sends TAB to terminal</item>
63- </string-array>
64-
65- <string-array name="entries_controlkey_preference">
66- <item>Jog ball</item>
67- <item>\@ key</item>
68- <item>Left Alt key</item>
69- <item>Right Alt key</item>
70- <item>Vol Up key</item>
71- <item>Vol Down key</item>
72- <item>Camera key</item>
73- <item>None</item>
74- </string-array>
75-
76- <string-array name="entries_fnkey_preference">
77- <item>Jog ball</item>
78- <item>\@ key</item>
79- <item>Left Alt key</item>
80- <item>Right Alt key</item>
81- <item>Vol Up key</item>
82- <item>Vol Down key</item>
83- <item>Camera key</item>
84- <item>None</item>
85- </string-array>
86-
87- <string-array name="entries_ime_preference">
88- <item>Character-based</item>
89- <item>Word-based</item>
90- </string-array>
91-
92- <!-- These are the 'short' names for the control keys. They are used in the special keys dialog. -->
93- <string-array name="control_keys_short_names">
94- <item>Ball</item>
95- <item>\@</item>
96- <item>Left-Alt</item>
97- <item>Right-Alt</item>
98- <item>Vol-Up</item>
99- <item>Vol-Dn</item>
100- <item>Camera</item>
101- <item>None</item>
102- </string-array>
103-
104- <!-- These are the 'short' names for the Fn keys. They are used in the special keys dialog. -->
105- <string-array name="fn_keys_short_names">
106- <item>Ball</item>
107- <item>\@</item>
108- <item>Left-Alt</item>
109- <item>Right-Alt</item>
110- <item>Vol-Up</item>
111- <item>Vol-Dn</item>
112- <item>Camera</item>
113- <item>None</item>
114- </string-array>
115-</resources>
\ No newline at end of file
--- a/res/values-pt/strings.xml
+++ /dev/null
@@ -1,120 +0,0 @@
1-<?xml version="1.0" encoding="utf-8"?>
2-<!--
3-* Copyright (C) 2008 The Android Open Source Project
4-*
5-* Licensed under the Apache License, Version 2.0 (the "License");
6-* you may not use this file except in compliance with the License.
7-* You may obtain a copy of the License at
8-*
9-* http://www.apache.org/licenses/LICENSE-2.0
10-*
11-* Unless required by applicable law or agreed to in writing, software
12-* distributed under the License is distributed on an "AS IS" BASIS,
13-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-* See the License for the specific language governing permissions and
15-* limitations under the License.
16--->
17-<resources>
18- <string name="application_terminal">Terminal Emulator</string>
19- <string name="preferences">Preferences</string>
20- <string name="new_window">New window</string>
21- <string name="close_window">Close window</string>
22- <string name="window_list">Windows</string>
23- <string name="prev_window">Prev window</string>
24- <string name="next_window">Next window</string>
25- <string name="reset">Reset term</string>
26- <string name="send_email">Email to</string>
27- <string name="special_keys">Special keys</string>
28- <string name="toggle_soft_keyboard">Toggle soft keyboard</string>
29-
30- <string name="reset_toast_notification">Estado d\'esta janela foi zerado.</string>
31-
32- <string name="enable_wakelock">Take WakeLock</string>
33- <string name="disable_wakelock">Drop WakeLock</string>
34- <string name="enable_wifilock">Take WifiLock</string>
35- <string name="disable_wifilock">Drop WifiLock</string>
36-
37- <string name="edit_text">Edit text</string>
38- <string name="select_text">Select text</string>
39- <string name="copy_all">Copy all</string>
40- <string name="paste">Paste</string>
41-
42- <string name="window_title">Window %1$d</string>
43-
44- <string name="service_notify_text">Terminal session is running</string>
45-
46- <string name="process_exit_message">Terminal session finished</string>
47-
48- <!-- Preference dialog -->
49- <string name="screen_preferences">Screen</string>
50-
51- <string name="title_statusbar_preference">Status bar</string>
52- <string name="summary_statusbar_preference">Show/hide status bar.</string>
53- <string name="dialog_title_statusbar_preference">Status bar</string>
54-
55- <string name="title_cursorstyle_preference">Cursor style</string>
56- <string name="summary_cursorstyle_preference">Choose cursor style.</string>
57- <string name="dialog_title_cursorstyle_preference">Cursor style</string>
58-
59- <string name="title_cursorblink_preference">Cursor blink</string>
60- <string name="summary_cursorblink_preference">Choose cursor blink.</string>
61- <string name="dialog_title_cursorblink_preference">Cursor blink</string>
62-
63- <string name="text_preferences">Text</string>
64-
65- <string name="title_utf8_by_default_preference">Default to UTF-8</string>
66- <string name="summary_utf8_by_default_preference">Whether UTF-8 mode is enabled by default.</string>
67-
68- <string name="title_fontsize_preference">Font size</string>
69- <string name="summary_fontsize_preference">Choose character height in points.</string>
70- <string name="dialog_title_fontsize_preference">Font size</string>
71-
72- <string name="title_color_preference">Colors</string>
73- <string name="summary_color_preference">Choose text color.</string>
74- <string name="dialog_title_color_preference">Text color</string>
75-
76- <string name="keyboard_preferences">Keyboard</string>
77-
78- <string name="title_backaction_preference">Back button behavior</string>
79- <string name="summary_backaction_preference">Choose what pressing the back button does.</string>
80- <string name="dialog_title_backaction_preference">Back button behavior</string>
81-
82- <string name="title_controlkey_preference">Control key</string>
83- <string name="summary_controlkey_preference">Choose control key.</string>
84- <string name="dialog_title_controlkey_preference">Control key</string>
85-
86- <string name="title_fnkey_preference">Fn key</string>
87- <string name="summary_fnkey_preference">Choose Fn key.</string>
88- <string name="dialog_title_fnkey_preference">Fn key</string>
89-
90- <string name="title_ime_preference">Input method</string>
91- <string name="summary_ime_preference">Choose input method for soft keyboard.</string>
92- <string name="dialog_title_ime_preference">Input method</string>
93-
94- <string name="shell_preferences">Shell</string>
95- <string name="title_shell_preference">Command line</string>
96- <string name="summary_shell_preference">Specify the shell command line.</string>
97- <string name="dialog_title_shell_preference">Shell</string>
98-
99- <string name="title_initialcommand_preference">Initial command</string>
100- <string name="summary_initialcommand_preference">Sent to the shell when it starts.</string>
101- <string name="dialog_title_initialcommand_preference">Initial Command</string>
102-
103- <string name="title_termtype_preference">Terminal type</string>
104- <string name="summary_termtype_preference">What terminal type to report to the shell.</string>
105- <string name="dialog_title_termtype_preference">Terminal type</string>
106-
107- <string name="title_close_window_on_process_exit_preference">Close window on exit</string>
108- <string name="summary_close_window_on_process_exit_preference">Whether a window should close when its shell exits.</string>
109-
110- <string name="control_key_dialog_title">Control and Function Keys</string>
111- <!-- The word CTRLKEY should be left un-translated. It will be replaced at run-time with the
112-actual control key key name. -->
113- <string name="control_key_dialog_control_text">CTRLKEY Space : Control-@ (NUL)\nCTRLKEY A..Z : Control-A..Z\nCTRLKEY 5 : Control-]\nCTRLKEY 6 : Control-^\nCTRLKEY 7 : Control-_\nCTRLKEY 9 : F11\nCTRLKEY 0 : F12</string>
114- <string name="control_key_dialog_control_disabled_text">No control key set.</string>
115- <!-- The word FNKEY should be left un-translated. It will be replaced at run-time with the
116-actual function key key name. -->
117- <string name="control_key_dialog_fn_text">FNKEY 1..9 : F1-F9\nFNKEY 0 : F10\nFNKEY W : Up\nFNKEY A : Left\nFNKEY S : Down\nFNKEY D : Right\nFNKEY P : PageUp\nFNKEY N : PageDown\nFNKEY T : Tab\nFNKEY L : | (pipe)\nFNKEY U : _ (underscore)\nFNKEY E : Control-[ (ESC)\nFNKEY X : Delete\nFNKEY I : Insert\nFNKEY H : Home\nFNKEY F : End\nFNKEY . : Control-\\\n</string>
118- <string name="control_key_dialog_fn_disabled_text">No function key set.</string>
119-
120-</resources>
\ No newline at end of file