Displaying 12 results from an estimated 12 matches for "localizable".
2008 Dec 12
0
Are Cisco SIP phones still non-localizable with an Asterisk server ?
Hi,
I heard some time ago that, when running a SIP firmware, Cisco hardphones
needed a Cisco call manager to get localized (ie non-english) menus ?
Is it still true ?
Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20081212/fcc22a7b/attachment.htm
2007 Aug 23
4
Idiomatic way to do a non-database Enumeration?
...value is the localized weekday name, which maps to the
integer value that''s actually stored.
There are a lot of approaches, but I was wondering what the idiomatic
Rails-y way of doing it is. Should I create a Weekday class? It
wouldn''t be backed by the db - that''s not localizable or DRY...
Any help appreciated.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To...
2011 Jan 11
2
IE6 install problem
...1-07 8:15:42 AM [0x0-0x306306].SoftwareUpdateCheck[6295] x iWork_9.0.5_Update.pkg/Contents/Resources/Alert.app/Contents/Resources/da.lproj/InfoPlist.strings
11-01-07 8:15:42 AM [0x0-0x306306].SoftwareUpdateCheck[6295] x iWork_9.0.5_Update.pkg/Contents/Resources/Alert.app/Contents/Resources/da.lproj/Localizable.strings
11-01-07 8:15:42 AM [0x0-0x306306].SoftwareUpdateCheck[6295] x iWork_9.0.5_Update.pkg/Contents/Resources/Alert.app/Contents/Resources/da.lproj/MainMenu.nib
11-01-07 8:15:42 AM [0x0-0x306306].SoftwareUpdateCheck[6295] x iWork_9.0.5_Update.pkg/Contents/Resources/Alert.app/Contents/Resources/d...
2006 Jul 27
7
Newbie question---
I wrote a ruby script that parses a file into key-values like so:
class Parser
table = { }
IO.foreach(''Localizable.strings'') { |line|
if line =~ /^ \s* " (.*?) " \s* = \s* " (.*?) "/x
table[ $1 ] = $2
end
}
end
I want to store the key-values in different colums on my database so
that when I enter a key, it gives me the corresponding value...how
should I go about doing th...
2006 Jul 17
6
taking input
Hi everybody, I''m pretty new with Ruby on Rails and I was hoping someone
could help me out. I''m trying to take in data from a file and add it to
my existing database. what I''m thinking is that I have to create a
class that reads the data and copies it. I''m not sure how I will input
the data into my database. I''m not sure if this approach is the
2006 Jul 28
0
newbie----what''s wrong with my code
...d])
if @string_record.save
redirect_to(:action=>''show'', :id =>@string_record.id)
else
render(:action=>:get)
end
end
this is my active record class:
class StringRecord < ActiveRecord::Base
def import_strings
table = { }
IO.foreach(''Localizable.strings'') { |line|
if line =~ /^ \s* " (.*?) " \s* = \s* " (.*?) "/x
table[ $1 ] = $2
end
table.eabh do |key, value|
string_record.create(:key => $1, :value => $2)
end
}
end
end
Can anybody help me out by guiding me in the...
2006 Aug 24
0
Wine release 0.9.20
This is release 0.9.20 of Wine, a free implementation of Windows on Unix.
What's new in this release:
- XEmbed system tray support.
- Many improvements to NTLM support.
- Many messages made localizable instead of hardcoded to English.
- Improved support for various OpenGL platforms.
- More improvements to the IDL compiler.
- Lots of bug fixes.
Because of lags created by using mirrors, this message may reach you
before the release is available at the public sites. The sources will
be availa...
2006 Jul 04
13
NewBie question
Hi,
I m very new to Ruby.
I bought a book "Ruby on Rails" and I think I understand some concepts.
My question is :
Is there a way to not use "Cookies" or "Sessions Variables" to keep some
information about the user.
I ask this question because I would like to prevent some cases where the
user browser won''t accept cookies.
I m from Asp 3.0, and I
2006 Jul 21
1
Newbie Question about Ruby on rails---cant upload data
...ring tables from that file. For example, the table
could look like this:
"hello" = "hello world"
"sayHIgh" = "Saying hello to the world"
To parse it, I have done this in a regular ruby class (and it works!):
class Parser
table = { }
IO.foreach(''Localizable.strings'') { |line|
if line =~ /^ \s* " (.*?) " \s* = \s* " (.*?) "/x
table[ $1 ] = $2
end
}
#puts table["StaplingTitle"]
p table
end
I have my view app. in views:
<h1>Importing Strings<h1>
<%= start_form_tag({:action => ''...
2010 Dec 07
1
[ANNOUNCE] xorg-server 1.9.99.901
...rtz/bundle/Makefile.am | 4 +-
.../bundle/Resources/Dutch.lproj/locversion.plist | 4 +-
.../Resources/Dutch.lproj/main.nib/designable.nib | 1591 +++++--------
.../Dutch.lproj/main.nib/keyedobjects.nib | Bin 45943 -> 47472 bytes
.../Resources/French.lproj/Localizable.strings | Bin 2894 -> 2894 bytes
.../bundle/Resources/French.lproj/locversion.plist | 4 +-
.../Resources/French.lproj/main.nib/designable.nib | 1720 ++++++--------
.../French.lproj/main.nib/keyedobjects.nib | Bin 55699 -> 55820 bytes
.../bundle/Resources/German.lproj/locv...
2006 Oct 27
0
Wine release 0.9.24
...feature.
tools/wine.inf: Add the ProgramFilesPath registry entry.
msi: Allow more than one primary key in a table when importing a database.
msi: Integer columns can have the 'NOT NULL' modifier too.
msi: Add tests for integer column types.
msi: Add support for localizable strings in MsiDatabaseImport.
msi: Remove two unnecessary install tables.
msi: Remove unused function pointer and definitions.
msi: Allow more customization of install test files.
msi: Add tests for installing from continuous cabinets.
advpack: Fix the full path check....
2008 Mar 06
0
[ANNOUNCE] xorg-server 1.4.99.901
...her
Darwin: Really add launcher this time
Darwin: Use UTF8String since lossyCString is deprecated
Darwin: Removed .svn dir
Darwin: Removed cvs tags from Xquartz man page
Darwin: Misc cleanups to line up with xorg-server-1.2-apple
Darwin: Copied over missing file (Localizable.strings) from xorg-server-1.2-apple
Rootless: Pulled in changes from fb{Blt,Fill} into rl{Blt,Fill}
Darwin: More syncing witn xorg-server-1.2-apple
Darwin: Added missing Makefile.am
Rootless: Imported changes made in xorg-server-1.2-apple branch
Rootless: Remove the Pa...