diff --git a/res/layout/channeladd.xml b/res/layout/channeladd.xml
index fac5bd9..118461d 100644
--- a/res/layout/channeladd.xml
+++ b/res/layout/channeladd.xml
@@ -27,7 +27,7 @@ along with Yaaic. If not, see .
.
.
android:id="@+id/add"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:text="Add" />
+ android:text="@string/action_add" />
.
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/ok"
- android:text="Ok" />
+ android:text="@string/action_ok" />
+ android:id="@+id/action_cancel"
+ android:text="@string/action_cancel" />
\ No newline at end of file
diff --git a/res/layout/join.xml b/res/layout/join.xml
index 07f9101..b292182 100644
--- a/res/layout/join.xml
+++ b/res/layout/join.xml
@@ -36,5 +36,5 @@ along with Yaaic. If not, see .
android:id="@+id/join"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
- android:text="Join" />
+ android:text="@string/join" />
\ No newline at end of file
diff --git a/res/layout/rounded.xml b/res/layout/rounded.xml
index 9a4764c..ba0b9c7 100644
--- a/res/layout/rounded.xml
+++ b/res/layout/rounded.xml
@@ -37,5 +37,4 @@ along with Yaaic. If not, see .
android:bottomLeftRadius="10dp"
android:topLeftRadius="10dp"
android:topRightRadius="10dp" />
-
\ No newline at end of file
diff --git a/res/layout/serveradd.xml b/res/layout/serveradd.xml
index a3cedf3..8d417b6 100644
--- a/res/layout/serveradd.xml
+++ b/res/layout/serveradd.xml
@@ -29,7 +29,7 @@ along with Yaaic. If not, see .
android:layout_width="fill_parent"
android:layout_height="fill_parent">
.
android:text="@string/server_useSSL" />
.
android:padding="3px"
android:layout_margin="2px" />
.
android:layout_height="wrap_content"
android:singleLine="true" />
.
android:text="yaaic"
android:singleLine="true" />
.
android:singleLine="true" />
.
android:id="@+id/channels"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
- android:text="Channels" />
+ android:text="@string/channels" />
+ android:text="@string/commands" />
.
android:padding="3px"
android:layout_margin="2px" />
.
android:layout_weight="1" />
diff --git a/res/layout/user.xml b/res/layout/user.xml
index 27a1dfa..c44b2e1 100644
--- a/res/layout/user.xml
+++ b/res/layout/user.xml
@@ -41,13 +41,13 @@ along with Yaaic. If not, see .
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
- android:text="Op" />
+ android:text="@string/button_op" />
+ android:text="@string/button_deop" />
.
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
- android:text="Voice" />
+ android:text="@string/button_voice" />
+ android:text="@string/button_devoice" />
.
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
- android:text="Kick" />
+ android:text="@string/button_kick" />
+ android:text="@string/button_ban" />
\ No newline at end of file
diff --git a/res/values/application.xml b/res/values/application.xml
index 615ce23..1b24264 100644
--- a/res/values/application.xml
+++ b/res/values/application.xml
@@ -2,7 +2,7 @@
YaaicYet Another Android IRC Client
- 0.4.1
+ 0.5http://www.yaaic.org(C) 2009-2010 Sebastian Kaspari
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 60c23f1..6b7a7d6 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1,46 +1,56 @@
- Add server
- Settings
- About
- Exit
-
- Add new server
- Title
- Host
- Port
- Password
- Use SSL
- Auto connect on startup
- Channels
- Add server
- Select a charset
-
- Cancel
-
- Channel
- Join
- Join Channel
- Close
- Users
- Connect
- Disconnect
- Edit
- Delete
-
- About
+ Add server
+ Settings
+ About
+ Exit
+ AboutSettings
-
Join channel
-
Users
-
Channels
-
+ Add new server
+
+ Title
+ Host
+ Port
+ Password
+ Use SSL
+ Auto connect on startup
+ Channels
+ Add server
+ Select a charset
+ Nickname
+ Ident
+ Real Name
+
+ Server
+ Channel
+ Channels
+ Commands
+ User
+ Join
+ Join Channel
+ Close
+ Users
+ Connect
+ Disconnect
+ Edit
+ Delete
+ On connect
+ Preferences
+ Charset
+
Remove
+ Add
+ Ok
+ CancelNo
-
+
+ These channels will be automatically joined after connect.
+ These commands will be executed after connect.
+
Title cannot be blankHost cannot be blankEnter a numeric port
@@ -51,7 +61,7 @@
Realname cannot be blankInvalid nicknameInvalid ident
-
+
Only usable from within a channelOnly usable from within a channel or a queryYou can only chat from within a channel or a query
@@ -68,37 +78,37 @@
Available commands:orYou cannot open queries to channels
-
+ Line is missing
-
+
Send a message to all channelsSets you awayCloses the current windowSend a file to a userRemove operator status from a user
- Remove voice status from a user
- Print text to window
- Lists all available commands
- Join a channel
- Kicks a user
- Perform an action
- Change channel modes
- Send a message to a channel or user
- Lists all users in channel
- Change own nickname
- Send a notice to an other user
- Give a user operator status
- Leave the current channel
- Open a private chat with a user
- Disconnect from server
- Send a raw line to the server
- Show or change the current topic
- Give a user voice status
- Get information about a user
+ Remove voice status from a user
+ Print text to window
+ Lists all available commands
+ Join a channel
+ Kicks a user
+ Perform an action
+ Change channel modes
+ Send a message to a channel or user
+ Lists all users in channel
+ Change own nickname
+ Send a notice to an other user
+ Give a user operator status
+ Leave the current channel
+ Open a private chat with a user
+ Disconnect from server
+ Send a raw line to the server
+ Show or change the current topic
+ Give a user voice status
+ Get information about a userConnected to %1$sDisconnected from %1$s
-
+
Connected to %1$s%1$s deops %2$s%1$s devoices %2$s
@@ -131,4 +141,11 @@
%1$s sets moderated%1$s removes moderatedDisconnected
+
+ Op
+ DeOp
+ Voice
+ DeVoice
+ Kick
+ Ban
\ No newline at end of file